Quote:
Originally Posted by DeCeaseD
It's something to do with GuiControl.createAnimation().. not exactly sure what the parameters are though. Or at least I think? lol
|
See:
Quote:
Originally Posted by cbk1994
For the animations,
PHP Code:
temp.animation = this.createAnimation();
temp.animation.duration = 1;
temp.animation.transition = "moveoutleft";
Mostly for iPhone stuff, but it also works on v6 clients. It lets you easily fade in/out or move in/out GUI objects.
|
As far as I know, it's not possible to tween the position to arbitrary values. Look at something like
this instead.