Hi
I am trying to get a object to move using the keys in flash 8. I am trying to get the objects code in the time line.
This is the code im using
plane.onEnterFrame=function(){
if (Key.isDown(Key.RIGHT)){
plane._rotation +=2
}
}
if (Key.isDown(Key.LEFT)){
plane._rotation -=2
}
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.