A Flash Developer Resource Site

Search:

Type: Posts; User: OzzieOrca

Search: Search took 0.03 seconds.

  1. you can use: if(Key.isDown(code:number)){ }...

    you can use:

    if(Key.isDown(code:number)){
    }
    so for W u would use:

    if(Key.isDown(87)){
    }
  2. Anybody?

    Anybody?
  3. Ascii Multiple Keys

    Is there any way to get flash to detect more than one ascii key at once?
Results 1 to 3 of 3




Click Here to Expand Forum to Full Width

HTML5 Development Center