Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

yep i'm a newbie.... turn off loop???

Status
Not open for further replies.

tippytarka

Programmer
Jul 19, 2004
115
GB
how do you make a flash movie play only once. i realise this is the most basic easiest, even a monkey could do it question, but i'm baffled as to how i turn off the looping.

i converted each individual thing to a graphic and in the drop down menu i selected 'play once', but that didn't work. surely there is a setting somewhere that allows you to turn the loop on or off ....i just don't know where it is??

cheers!
 
just add a stop(); command in the frame you want it to stop playing or on a button

e.g.

Code:
on(press){
    _root.stop();
}

hope it helps!


Regards,

Martin

Gaming Help And Info:
 
your gonna hate me now......

i understand that what you wrote is actionscript, but where do i type the code?

sorry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top