A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: [HELP] [MX04] Phantom key presses

Threaded View

  1. #1
    Senior Member mandissected's Avatar
    Join Date
    Jan 2005
    Location
    Berwick - England
    Posts
    338

    [HELP] [MX04] Phantom key presses

    Ok guys, why does the following code run when the keyboard isn't even touched?

    Code:
    if (Key.isDown(Key.SHIFT)) {
      trace("drop bomb");
      dropBomb(ob);
    }
    Last edited by mandissected; 11-16-2006 at 06:22 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center