Score: 3
"Need Help?"
date: February 7, 2009
Ok, even though you warned me that I could win no matter what that doesn't excuse this game from being, short, badly draw, simple, boring, having bad background music, and there was no way of know how to play. (Although I figured it out after a few seconds.) If you have any action script questions don't hesatate to pm me and I will see if I can help you.
P.S. the code you should have used to make sure you lose is this:
step 1) make sure that the blue car has an instance name like (blue)
(insert this into the movie clip that is the "blue car" )
/*this stands for the blue car and _root.FinishLine stands for the line you made for the finish line*/
onClipEvent(enterFrame){
if(this.hitTest(_root.FinishLine){
gotoAndStop("win", 1);
}
}
I hope this helps, and if it doesn't then just PM me