Hi all,
applogies for this very simple question!! I have created buttons that should when clicked, goto another frame on the timeline. I can do this using AS3 but haven't got a clue how in AS2. I know they need to be created on the button itself but dont understand how to add the code in AS2.
I have started learning AS3 a few months ago and am slowly getting the hang of it, but unfortunately, YUDO only support AS2 at the moment so now i am completly stuck!!
Any help would be greatly appreciated!
Thank you in advance
got it! all i had to write was this : -)
on (release){
gotoAndStop(2);
}