OnMouseOver to trigger also when mouse is on top of it right from beginning.

Feature requests for future versions of Hollywood can be voiced here
Post Reply
Bugala
Posts: 1265
Joined: Sun Feb 14, 2010 7:11 pm

OnMouseOver to trigger also when mouse is on top of it right from beginning.

Post by Bugala »

This isn't a big deal, but would be nice.

The thing is, I notice this since my game menu has big buttons.

Often times when I start the program and the menu loads, the mouse pointer is already on top of one of the buttons, and in cases like this, the OnMouseOver doesn't happen until I move the mouse pointer.

It would be nice if OnMouseOver could happen even when the mouse pointer is not moving in cases like this.

Like when a button is created, maybe check if the mouse pointer is on top of it. Or maybe even give a command to manually do the OnMouseOver check.
User avatar
airsoftsoftwair
Posts: 5635
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: OnMouseOver to trigger also when mouse is on top of it right from beginning.

Post by airsoftsoftwair »

Sorry, won't come as this will break existing scripts but you can easily check this yourself.
Post Reply