-
[demo/game] MouseRunner
This is my first go at making something truly dynamic. The entire orange movieclip in the middle is created on the go using 'lineTo' (is this called the drawing API?). I know that I have seen this idea somewhere before, so I do not take credit for the idea. Is there a method that would make the lines curvy instead of straight? Something like lineCurveTo? Also, I am using a shapeflag as a hitTest, but right now you can't lose.
A deeper question.... In flash when I test the movie, after it runs for a while, the script messes up and it seems that I have two mc's at a time. It almost looks like the first part of the MC has gone too high and has come back to the bottom and is rerunning through the screen. Is there a limit to a MC's _y position, that would be causing this error? However, when I play the game in a browser, it works perfectly. No malfunction of the script. This seems a little bit reverse. Has anyone else ever experienced my problem?
-
Try curveTo() method to make curvy lines.
-
hey thelostguru how did you make this game can you show me real fast just like the code and a screen shot of the made spot
-
very nice as for your error i do not believe that their's is a y limit it's just a number if you think about it
-
its cool.. nice and simple one.. reminds me of the ribbon game... except its horizontal