A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: actionScript

  1. #1
    Member
    Join Date
    Sep 2000
    Posts
    40
    i was wondering if anyone knows who to set flash to accept double click or can even point me to the right direction where i can learn to use it in my flash work

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    263
    tedandted,

    This is a quick and easy script for double click.
    You could also have a secondary mc start with the
    first click that would reset the variable to 0
    if it wasn't clicked the second time within a certain
    amount of time.

    On (Release)
    If (click = 1)
    Set Variable: "click" = 0
    Go to and Play (something)
    Else
    Set Variable: "click" = 1
    End If
    End On

    Hope this helps.
    MA

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