 |
Usage: (set_fast_time n)
Returns: Int
Use the set_fast_time function to set the value of fast_time in
the current function. It returns the new value of fast_time.
;;------------------------------------------------------------------------
Object Function: set_frame_angle
Usage: (set_frame_angle start stop angle)
Returns: dunno
Is useful for things that like to rotate. Instead of doing all
the division and math yourself, you can call (set_frame_angle) with
the angle of the first and last frames in the series for [start] and
[stop] and the angle you want to display for [angle]. (set_frame_angle)
will do all the math for you and set the current frame to the proper
rotation.
;;------------------------------------------------------------------------
Object Function: set_gravity
Usage: (set_gravity n)
Returns: Int
Use the set_gravity function to set the value of gravity in
the current function. It returns the new value of gravity.
;;------------------------------------------------------------------------
Object Function: set_hp
Usage: (set_hp n)
Returns: Int
Use the set_hp function to set the value of hp in
the current function. It returns the new value of hp.
;;------------------------------------------------------------------------
Object Function: set_light_x
Usage: (set_light_x light x)
Returns: dunno
... Далее >>
|