all groups > flash actionscript > march 2005 >
You're in the

flash actionscript

group:

Quick Question



Quick Question davidprovost
3/31/2005 10:00:57 PM
flash actionscript:
Re: Quick Question kglad
4/1/2005 2:44:12 PM
moveI=setInterval(moveF,40);
function moveF(){
if(Key.isDown(Key.RIGHT)){
mc1._x += 3;
}
if(Key.isDown(Key.UP)){
mc1._y -= 3;
}
}
AddThis Social Bookmark Button