Search results

  1. R

    Flash Actionscript - How to move an object using the "a, w, s, d" keys?

    A= 65 s= 83 w= 87 d= 68 use it like this if(Key.isDown(66)){ this._x=+10 } heres some code for you to get all the ascii codes: draw a text box on stage, set it to input text and then in the first frame put this ation script: var keyListener:Object = new Object(); keyListener.onKeyDown...
  2. R

    Changes I made to Flash files do not appear on my live site?

    you need to flush out teh cache, your browser is loading the flash files from you hard drive. try uploading a flash fil but with a different name and i bet you it will appear from your website.
Back
Top