Groups | Blog | Home
all groups > flash actionscript > january 2006 >

flash actionscript : how do you make a character walk using the arrow keys


rbr1234
1/29/2006 9:25:15 PM
kglad
1/30/2006 1:39:40 AM
you can use a key listener or attached to your guy:

on(keyPress "<Right>"){
this._x+=5;
AddThis Social Bookmark Button