Timer

An activity that fires an AnimationEvent after a configurable time period.

Features

XML Element XML Type Java Class Activity
behaviour move uk.ac.ic.doc.scenebeans.behaviour.Timer finite

Properties

Name Type Default Value Getter Method Setter Method Description
duration double 1.0 getDuration setDuration The duration of the time period.
activityName double 0.0 getActivityName setActivityName The name of the behaviour, as announced in AnimationEvents when the behaviour completes. In XML documents, this property is usually specified by the name attribute of the <behaviour> element.
finite boolean true isFinite read only Returns whether the activity is finite. It is, so this always returns true.