Free video Tutorials
Updating every hour!
50016 online video tutorials and counting.
Video Tutorials

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. :P

I’ll purchase it soon.

CODES:
FRAME CODES: stop();

BUTTON CODES:
on(release){
gotoAndStop(2);
}

on(release){
gotoAndStop(3);
}