A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Key imput with flash 4 publish settings?

  1. #1
    Senior Member
    Join Date
    Jul 2000
    Posts
    127

    Thumbs down

    Hi,

    I'm making a banner using flash 5, but flash 4 export settings.

    I've got some problems with the key imput: the following code doesn't work.

    on(keyPress(81))
    {
    trace("q pressed");
    }

    Does anyone know how I should do this??

    Thanx!

  2. #2
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    Hi

    You can use:

    on (keyPress "q") {


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