Class MovingPlatform
Parent: MovingSprite
TODO: Docs.
Class Methods
new
new() → a_moving_platform
Creates a new instance of this class.
Instance Methods
middle_count
middle_count() → int
TODO: Docs.
middle_count=
middle_count=( int ) → int
TODO: Docs.
move_type
move_type() → a_symbol
Returns the platforms current move type. One of the following symbols: :line, :circle, :path, :path_backwards.
move_type=
move_type=( symbol ) → symbol
TODO: Docs.
path_identifier
path_identifier() → str
TODO: Docs.
path_identifier=
path_identifier=( str ) → str
TODO: Docs.
speed
speed() → a_float
TODO: Docs.
speed=
speed=( float ) → float
TODO: Docs.