A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: mouse click

  1. #1
    Senior Member
    Join Date
    Nov 2000
    Posts
    237
    copy the code and paste at frist frame or clipevent

    working with f5
    Code:
    lclick=Asnative(800,2)(1);
    rclick=Asnative(800,2)(2);
    mclick=Asnative(800,2)(2);
    if(lclick){trace("left mouse click");}
    if(rclick){trace("right mouse click");}
    if(mclick){trace("middle mouse click");}

  2. #2
    Senior Member
    Join Date
    Nov 2000
    Posts
    214
    what is Asnative ?

  3. #3
    Senior Member
    Join Date
    Nov 2000
    Posts
    214
    Hi Milind,
    But if you judge people at right time, you will prevent yourself from the sorrows which can occur afterwards.....

    isn't it ?

  4. #4
    Senior Member
    Join Date
    Nov 2000
    Posts
    237
    mistake

    read this


    mclick=Asnative(800,2)(2);


    as



    mclick=Asnative(800,2)(4);

  5. #5
    Senior Member RazoRmedia's Avatar
    Join Date
    Oct 2000
    Location
    UK
    Posts
    3,016
    when is the right time though ?

  6. #6
    Phantom Flasher... Markp.com's Avatar
    Join Date
    May 2000
    Posts
    16,034
    Doesn't work for me?!

  7. #7
    Senior Member
    Join Date
    Nov 2000
    Posts
    237

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