A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: write a script event button duoble click using swishmax

  1. #1
    Junior Member
    Join Date
    Apr 2009
    Posts
    1

    write a script event button duoble click using swishmax

    if you can send a sample please send my e-mail

  2. #2
    Flashkit historian Frets's Avatar
    Join Date
    Oct 2000
    Location
    flashkit
    Posts
    8,797
    Timeline.
    Code:
    onFrame (1) {
        stop();
    }
    onFrame (2) {
        stop();
    }
    onFrame (3) {
        getURL("http://yahoo.com", "_blank");
    }
    Button
    Code:
    on (release) {
        nextFrameAndStop();
    }

  3. #3
    Junior Member
    Join Date
    Dec 2004
    Posts
    7
    here is an example in which you can set the time gap of the double click.

    http://browndrake.net/helps/db/09/ap...ickUpload.html

    good luck
    aaron

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