A Flash Developer Resource Site

Results 1 to 10 of 10

Thread: key code Asci Mouse

  1. #1
    Junior Member
    Join Date
    Feb 2008
    Posts
    13

    key code Asci Mouse

    Hello
    What can cod Assci Mouse RightClick
    Tanks

  2. #2
    Junior Member
    Join Date
    Feb 2008
    Posts
    13
    Help Help???

  3. #3
    Junior Member
    Join Date
    Feb 2008
    Posts
    13
    questions Mouse key code???

  4. #4
    Junior Member
    Join Date
    Feb 2008
    Posts
    13
    Help
    Attached Images Attached Images
    • File Type: jpg 1.JPG (14.3 KB, 167 views)

  5. #5
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    I don't believe you can capture that event. But maybe try explaining your question a bit better? With some spelling, complete sentences, and complete thoughts. You'll get more responses that way.

  6. #6
    Knows where you live
    Join Date
    Oct 2004
    Posts
    944
    To tell you the truth, your phrasing, quad post and failed attempts at writing proper sentences put me off this thread.

    You are looking for http://www.google.ca/search?q=flash+key+code+list (I believe 2 is right click, if flash will let you detect in in the player) and no, you cannot disable the right click menu.
    The greatest pleasure in life is doing what people say you cannot do.
    - Walter Bagehot
    The height of cleverness is to be able to conceal it.
    - Francois de La Rochefoucauld

  7. #7
    Junior Member
    Join Date
    Feb 2008
    Posts
    13
    stop();

    function go(evt:Event):void
    {
    gotoAndStop(2);

    }
    stage.addEventListener(Event.MOUSE_LEAVE,go);
    Attached Files Attached Files

  8. #8
    Junior Member
    Join Date
    Feb 2008
    Posts
    13
    I am can not speak English
    help in topic

  9. #9
    Junior Member
    Join Date
    Feb 2008
    Posts
    13
    sorry in topic؟

  10. #10
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    No offense, but nobody is helping you because probably nobody understands what you are trying to ask.

    You initially said something about a right click, and then the little snippet you posted is dealing with an Event.MOUSE_LEAVE.

    I have no idea what your question is.

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