User Tag List

Results 1 to 2 of 2

Thread: Restore normal mouse pointer

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Jul 2010
    Location
    Italy
    Posts
    368
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Restore normal mouse pointer

    Hi all!
    In a frame I change the mouse pointer with an image, using the Cursor object. The problem is that I want, when the frame ends, the mouse pointer to become again normal. At the moment I'm doing like this:
    End of Frame:
    -Change cursor to standard arrow

    But, after that, the mouse pointer is ALWAYS the standard arrow, even when it is over textboxes, when it should be I-beam cursor.
    How can I restore the mouse pointer like if I've never used the Cursor object's actions?
    Thank you in advanced!

    PS: I've already tried not using the Cursor object, hiding the mouse pointer and using an active object always at XMouse,YMouse position, but active objects are always behind UI objects like buttons and textboxes.

  2. #2
    No Products Registered

    Join Date
    Aug 2010
    Location
    in my room
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Restore normal mouse pointer

    I'm not sure that events work on frames that they weren't programed on. Try doing (start of frame): (Change cursor to standard arrow)on the frame you want it to be normal on. other than that I don't know.
    If that doesn't work then use an active object with the mouse movement. it may be more difficult but you have more control over it.

Similar Threads

  1. Mouse Pointer & Mouse controlled obejct
    By danjo in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 28th April 2012, 12:17 AM
  2. Mouse Pointer
    By Crls in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 17th April 2010, 08:18 PM
  3. mouse pointer in zone
    By Asholay in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 11th May 2009, 08:10 AM
  4. Mouse pointer help
    By Dynamite in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 27th February 2007, 08:53 AM

Posting Permissions

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