Hello there!
I often have issues with Flash 8: some nice poltergheists, and unknown, mystical disorders. But this time it might be because of a bug in my code.
It might sound funny, but I’m now making a real 3D engine for Flash 8. No, not just a raycasting wolfenstein one, a real one. I’ve decided to rewrite the entire code from the begining to ignore unwanted trash in the script and gain some extra running speed. But it’s not working.
the script should do the following: if you press a button, it would make the _root.ro movieClip move to a direction, based on the _root.ro movieClip’s rotation. So if you are facing upwards, and press forward, you will go up, but if you are looking 45 degrees down, then pressing forward will make you go in 45 degrees. The problem is, when I press a button once, it works well, but if I dont release it, the movieClip moves the wrong way.
What should I do? This worked well in MX?
Thx