About Smooth Transitions in Smooth Transitions
|
|
v1.3.0
-Added a cleaner looking demo, made it cooler lookin'.
v1.2.1
- Minor changes made to the source.
v1.2.0
#Added#
controlAlphaTo(Player, control, new_alpha, speed=1, velocity=0, delay=1)
-Change the alpha of a control (currently only supports windows due to BYOND's limitations at the moment.)
v1.1.0
#Added#
controlMoveTo(player, control, new_x=0, new_y=0, speed=1, velocity=0, delay=1)
-Move the control on player's interface
controlSizeTo(player, control, new_width=0, new_height=0, speed=10, velocity=1, delay=1)
-Resize the control on player's interface
controlColorTo(player, control, new_color, speed=1, velocity=0, delay=1)
-Recolor the control on player's interface
controlTextColorTo(player, control, new_color, speed=1, velocity=0, delay=1)
-Recolor the control's text on player's interface
|