View Single Post
  #7  
Old 08-15-2010, 09:57 AM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Quote:
Originally Posted by cbk1994 View Post
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.player.tween("x"10player.xplayer.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.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote