Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Must Move Mouse

    All:

    I am having a problem in Flex with the click event... I click on a panel set
    with a click that changes the view to another screen which has a button in the
    same location... when I don't move my mouse and try to click it does nothing...
    when I move my mouse and click it works. Is there a way to move the users mouse
    automatically with actionscript or a way to fix this?

    thanks

    vs

    vshadow Guest

  2. Similar Questions and Discussions

    1. Move the mouse using DHTML
      I know how to get the mouse co-ords, but is it possible to actually move the mouse to a specific location on a web page? I want to create a page...
    2. Move Scrollpane with Position of Mouse?
      I just set up a flash based gallery for a client of mine and they don't like having the scroll bar on the right of the scroll pane, what they want...
    3. making movieclip move away from mouse
      Anyone care to explain to me how to make a movieclip move away from my mouse or know any tutorials on the web on how to do this? When the...
    4. Mouse Down, Move Sprite, How?
      To anyone out there, Below is my script of moving a sprite to the right while mouse is down, but instead of move it seems like the entire sprite...
    5. Move mouse cursor to X,Y location and simulate mouse click
      Hi, Just something that slip my mind.. but how do you move the mouse cursor to a sprite member and simulate a mouse click? Any help is...
  3. #2

    Default Re: Must Move Mouse

    I know there is a work around for this if I can just find it.
    Tracy
    ntsiii Guest

  4. #3

    Default Re: Must Move Mouse

    Ah ha! Try this. Add this property to your button tag:
    trackAsMenu="true"

    I bet that will work. By the way this is actually a Flash Player issue
    Tracy
    ntsiii Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139