Ask a Question related to Macromedia Director Lingo, Design and Development.
-
mygraneboy webforumsuser@macromedia.com #1
inverting the mouse movement
here the situation a presentation has been created to run on a displaay that is turned on its size basically creating a portrait view of the monitor instead of landscape (1024,768)
of course using a mouse now is completly backwards (left and right move up and down and up and down move left and right
does anyone know how i can invert the mouse location, since there are buttons etc on the screen i cant just use a sprite as a cursor sincel clicking will produce no result
any ideas or direction appreciated
mygraneboy webforumsuser@macromedia.com Guest
-
Mouse look + WADS movement
Hey - does anyone have or know of some example code where you are in a first person environment in the 3d world , and when you hold the right mouse... -
tracking mouse movement..
Hi there, I have a Cocoa GUI application with a button & edit box. When I launch this application, when i move the mouse over a word doucment, i... -
recording mouse movement...
Why slow ? Well designed parent scripts are not slow. You can have ancestors and properties whose value is a reference to other child objects. I'm... -
mouse driven scrolling movement
Mikee, Any scroller control is a graphic representation of a ratio: the change in location of one object in relation to the change in location of... -
detecting Mouse movement
Hi Shane, You can store the mouseLoc in a variable upon entering the screen saver movie. Then set a conditional in a framescript that will detect... -
Andrew Morton #2
Re: inverting the mouse movement
So, you're saying you physically turn the monitor 90 degrees, resulting in the
mouse movement being wrong for the OS too? In that case, some mouse drivers (on
Windows, anyway) will let you change the direction the mouse works. I think the
MS Intellimouse driver does.
[url]http://www.microsoft.com/downloads/results.aspx?productID=B4FA52ED-793D-433F-8D66-FE50FA55C8A2&freetext=&DisplayLang=en[/url]
Well, it looks like that driver is available for Mac as well.
* Warning: I have read that Bad Things can happen if you uninstall Logitech
mouse/keyboard drivers.* Bad Things may extend to not being able to boot
Windows.
Andrew Morton
Andrew Morton Guest
-
Robert Tweed #3
Re: inverting the mouse movement
"Andrew Morton" <akm@in-press.co.uk.invalid> wrote in message
news:bmeem4$4gh$1@forums.macromedia.com...the>
> So, you're saying you physically turn the monitor 90 degrees, resulting indrivers (on> mouse movement being wrong for the OS too? In that case, some mousethink the> Windows, anyway) will let you change the direction the mouse works. IIIRC, some video drivers support inverted monitors as well. You can even get> MS Intellimouse driver does.
some LCD displays that can hot switch between landscape and portrait modes.
Haven't kept up to date with this stuff though, so I can't point you to any
specific manufacturers.
Of course, if this is just for a one-off presentation running as a full
screen projector then the setMouse Xtra or BuddyAPI will do a reasonably
good job, should none of the hardware-linked options be possible.
- Robert
Robert Tweed Guest
-
mygraneboy webforumsuser@macromedia.com #4
Re: inverting the mouse movement
thanks andrew
i figured a lingo fix might not be the answer here, they are using a trackball instead of a mouse but your info has been very helpful
thanks
mygraneboy webforumsuser@macromedia.com Guest
-
mygraneboy webforumsuser@macromedia.com #5
Re: inverting the mouse movement
what could i do with buddy api?
mygraneboy webforumsuser@macromedia.com Guest
-
Robert Tweed #6
Re: inverting the mouse movement
"mygraneboy" <webforumsuser@macromedia.com> wrote in message
news:bmek9i$dv3$1@forums.macromedia.com...You can reset the mouse position to an arbitrary location. So on>
> what could i do with buddy api?
prepareFrame you just check how far the mouse has moved since the last
frame, swap the x and y, and set the mouse to the new position. You will
need a property to keep track of the "virtual" mouse position so that it
doesn't move twice. You may also get an occasional flicker of the mouse
moving the wrong way, so it isn't perfect, but it's all you can do without
an updated hardware driver of some sort.
- Robert
Robert Tweed Guest
-
mygraneboy webforumsuser@macromedia.com #7
Re: inverting the mouse movement
thanks for the feedback however the results are really jerky with a lot of flicker
thanks any way
mygraneboy webforumsuser@macromedia.com Guest
-
Robert Tweed #8
Re: inverting the mouse movement
"mygraneboy" <webforumsuser@macromedia.com> wrote in message
news:bmerqu$qsf$1@forums.macromedia.com...flicker>
> thanks for the feedback however the results are really jerky with a lot of
Have you tried setting the tempo higher? Remember that the screen updates at
about 70Hz, and the mouse driver is synced to the monitor: However, the
default tempo is only 30fps. If you set it higher you will get less flicker,
although as I said before, it will never be perfect.
You could also try hiding the hardware mouse cursor and using a custom
graphic cursor, which will probably look better.
- Robert
Robert Tweed Guest



Reply With Quote

