
Flash Tutorial “How To Make Buttons”
This is a FLASH BEGINNER tutorial, in which I teach how to create buttons that:
- Go forward in frames (”Levels”)
- Go backwards in frames.
Sorry for the stupid Hypercam logo.
I’ll purchase it soon.
CODES:
FRAME CODES: stop();
BUTTON CODES:
on(release){
gotoAndStop(2);
}
on(release){
gotoAndStop(3);
}
