flash buttons

LeosForLess

New Member
Messages
1,305
Hey, can anybody help me with the coding of flash buttons and stuff? i can sort of design what i want, i never learned actionscript though and i cant find a tutorial for flash 7
 

Pro Geckos

professionalreptiles.com
Messages
261
Location
NV
I haven’t used AS2 in quite a while (I like AS3) but here’s an example. Place this script on the button itself.

on (release) {
gotoAndStop("home");
}

When you click the button it looks for a frame labeled home. Replace home with other frame labels to navigate to different pages. Hope this helps.
 

Visit our friends

Top