| | | Description | This video shows you how to create a simple maze game in flash professional cs3. i did this video again because of the resolution of the other one, it looked really bad.
here are the actionscripts:
place on buttons 2 & 3.
on(release){
gotoandplay(1);
}
and here are the other actionscripts:
place on button1:
on(release){
gotoandplay(2);
}
place on walls:
on(rollover){
gotoandplay(3);
}
place on the finish dot:
on(rollover){
gotoandplay(4);
}
and finally, place on every keyframe:
stop();
that were all the actionscripts.
please subscribe!
| | Tags : Adobe, Flash, CS3, Maze, Game, Tutorial |
|