|
|
|||||
Topic, Flash CS4 Help | ||||||
| ||||||
You must register or log in to post a message.never heard it... go to frame 80 and put the stop there, on(80) doesn't exist! Im trying to make a little something for School, and I cant seem to make something work, At the start the script is stopped and started again by a button, which leads on to a motion tween. but When I used the "gotoAndPlay();", It would play then loop. fair enough. but when I tried to add "on(80){ stop(); }" to the script, the whole thing messed up. Can someone help? [edit] and Properties 8000*2000=16,000,000 8000*0800=06,400,000 8000*0049=00,392,000 lol that's what my head does :P Im, I AM A CALCULATOR >:D [edit] on each frame allyally 18 mins ago [edit] it's basically classic with some changes On top? Are you using classic or what? xP Desinger? Animator? | Flash game developmentFirst post of the topic |
if it's not working then idk
also, 'on' should never go in the timeline, it goes on objects...
maybe use:
onEnterFrame=function()
{
if(this._currentframe==80)
{
stop()
delete this.onEnterFrame
}
}