View Single Post
  #7  
Old 05-29-2014, 07:20 PM
i8bit i8bit is offline
Registered User
Join Date: Jul 2013
Posts: 146
i8bit is an unknown quantity at this point
Quote:
Originally Posted by Emera View Post
You can set an animation as an attribute.

PHP Code:
//player.attr[index] = "TheAni.gani";
player.attr[5] = "swim.gani"
I could just use setAni for same thing...I messed around with it and I'd still have to make a left and a right of all the Ganis which I don't want to have to do...
It gets messed up with replaceAni.. (using default movement)

Why can't player.stretchx just work correctly
Maybe I should put in feature requests
Reply With Quote