Packageorg.ffilmation.engine.events
Classpublic class fWalkoverEvent
InheritancefWalkoverEvent Inheritance flash.events.Event

The fWalkoverEvent event class stores information about a Walkover event.

This event is dispatched when a character in the engine walks over a non-solid object in the scene. This is useful to collect items, for example.



Public Properties
 PropertyDefined by
  victim : fRenderableElement
The element of the scene we walk over
fWalkoverEvent
Public Methods
 MethodDefined by
  
fWalkoverEvent(type:String, victim:fRenderableElement)
Constructor for the fWalkoverEvent class.
fWalkoverEvent
Property detail
victimproperty
public var victim:fRenderableElement

The element of the scene we walk over

Constructor detail
fWalkoverEvent()constructor
public function fWalkoverEvent(type:String, victim:fRenderableElement)

Constructor for the fWalkoverEvent class.

Parameters
type:String — The type of the event. Event listeners can access this information through the inherited type property.
 
victim:fRenderableElement — The element of the scene we collide against