PDA

View Full Version : where is the actionscript in maze.fla



bsw2112
January 19th, 2004, 10:53 AM
this is a stupid question
i am learning basic actionscript
and opened the fla called maze.fla (it comes with flash MX in the samples folder)
the html page says that the file uses hittest among other things
but when i open it i can't find any actionscript
i tried to look at all the mc and opened them but cannot find it.
can someone direct me to where i could find this code

i know that the opponent just follows a guide but for the player...i am lost

ty

bsw (newbie)

senocular
January 19th, 2004, 10:58 AM
open up the movie explorer panel. It can help.

bsw2112
January 19th, 2004, 02:32 PM
thanks i will try that.
don't know what that is (movie explorer)
i will look for it when i get home from work
bsw

amaze
January 20th, 2004, 05:32 AM
The code is in layer named "maze boundries".
Click once on movieClip named "maze" which is in that layer and open the Actions for it.
There you will find all the code needed for this game.
If you wonder where is the code for the computer's moves, well there isn't any. The opponent just follows a path, so you have a spesific time to find your path.

For further questions feel free to ask.

bsw2112
January 20th, 2004, 11:05 AM
thanks for your reply amaze

i new about the opponent following a path but it was the player that was giving me headaches :puzzle:

bsw