Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Delay X Seconds In Flash, how to action script that
Lozbo
post Oct 8 2005, 07:47 PM
Post #1


Super Member
*********

Group: Members
Posts: 282
Joined: 1-September 05
From: Wanatos
Member No.: 11,382



How do i have to do, to tell a frame to wait x seconds after it continues playing? In Macromedia Flash, of course...

Like:
CODE

stop();
"wait  x seconds";
play();


Thanks
Go to the top of the page
 
+Quote Post
iGuest
post Aug 29 2008, 07:04 AM
Post #2


Hail Caesar!
*********************

Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



Delay X Seconds In Flash
Delay X Seconds In Flash

Simply put this line in the last frame from where you want time gap
------------
This.Stop();
Pause = function () {
play();
clearInterval(pausei);
}
Pausei = setInterval(pause, 30000);

------------
It works fine for me www.Webdesigner-logodesign.Com

Thanks

-reply by webeedesigner
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Check Out My Animation(13)
  2. Flash Page Header(12)
  3. My Flash Site(15)
  4. Random Flash Animation(6)
  5. As Flash.. _root(3)
  6. Getting Two Flash Movies To Communicate(8)
  7. Can You Get Flash In Stores?(7)
  8. Flash Animation(4)
  9. New Flash Template.(6)
  10. Make People Dl Flash Player 8(7)
  11. My Flash Sig(5)
  12. Eddy Block Head --flash--(2)
  13. Flash Menu(3)
  14. Funny Flash Quiz.. It Makes Me Laugh.. Lol.. (for Boys Only)(11)
  15. A Short Film In Flash.(3)
  1. A Sig I Made In Flash Cs3(3)


 



- Lo-Fi Version Time is now: 13th October 2008 - 12:21 AM