Version User Scope of changes
Aug 20 2009, 4:08 PM EDT (current) greg.tracy 111 words added, 2 photos added
Apr 25 2008, 2:21 PM EDT greg.tracy 24 words added

Changes

Key:  Additions   Deletions
Define when a behavior's actions are executed.
  • Object Created
  • Object Destroyed
  • Key Event Filter
  • Timer
  • Collision Event
  • Object Modified
  • And/Or Filter
  • Mouse Event Filter



Mouse Event Filter

When you use a mouse event filter - "when the mouse is [pressed on] []" - you will have access to the position of the mouse when it was clicked. This true for the other mouse event types as well.

To access the position, choose the "other" menu inside the Values tab. The other menu always contains the details of the event.


Mouse event details

Mouse event details include...Mouse event details
  • The actor under the mouse at the time the event fired
  • Whether or not the control key was pressed
  • Whether or not the shift key was pressed
  • The position vector in this World
  • The x position position
  • The y position