Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Flash Actionscript / June 2005



Tip: Looking for answers? Try searching our database.

need script to play next frame when movieclip in current frame is finished

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
lena21 - 30 Jun 2005 21:51 GMT
I have 7 movie clips that I want to bring to 7 frames of one movieClip  where
they play one after another.
What script can I put on frame to go next frame when movieclip is finished?

I can?t say ?go next frame?  at the end of each of 7 movieclips because I also
use it with buttons.
Randy1969 - 30 Jun 2005 23:36 GMT
On the clip the embed clip resides on put a stop();
On the movieclip you would like to detect when it has finished place:
onClipEvent(enterFrame)
{
    if (this._currentframe==this._totalframes) _parent.play();
}
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.