Quote:
Originally Posted by cbk1994
I support this 100%, but I'd rather see it like so:
|
Well, I could see how that would be nice, but it could just be done like this without complicating things:
PHP Code:
//#CLIENTSIDE
function onCreated() {
temp.e = player.tween("x", 10, player.x, player.x + 10);
this.catchEvent(temp.e, "onTweenFinished", "onMyTweenIsDone");
}
The point of this tweening is to make it easy to understand and very effective so that it's easy even for LATs to be able to add nice effects even though they're not a scripter. That's why I'm trying to keep it as simple as possible.