TheDisturbedOne
05-01-2003, 01:07 AM
i need a buttion that when some one clicks it it will go to the next frame in my movie. oh i need that for flash 5.
ps. please move this to the flash section. i accendly forgot i was in the frames section
Arc Angel
05-01-2003, 03:53 AM
I sure wish you had FlashMX so I could help ya! :D Sorry I don't know what it would be in Flash 5. Although I imagine it would be something like:
on (release)
{
gotoAndPlay (nextframe)
}
Marianne
05-01-2003, 07:09 AM
It's the same in Flash 5 actually.
You can also use GotoAndStop instead of GotoAndPlay, obviously.
TheDisturbedOne
05-01-2003, 09:57 PM
thanks very very very very much
Arc Angel
05-01-2003, 10:24 PM
hehe. Your welcome for my part. ;)