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?




Reply With Quote