aladine Posted December 13, 2013 Share Posted December 13, 2013 Hello everyone, if you do something like this : member = theGroup.create(100,50,'theImage');what call do you do to get 'theImage' string in order to store it in another variable for example thank you Link to comment Share on other sites More sharing options...
XekeDeath Posted December 13, 2013 Share Posted December 13, 2013 member.key;If you are using a sprite sheet, you can also get the frame in the sprite sheet like this:member.frame; //gets/sets the frame number.member.frameName; //If you are using labelled frames, get/set the frame name with this. Link to comment Share on other sites More sharing options...
aladine Posted December 13, 2013 Author Share Posted December 13, 2013 thnx XekeDeath Link to comment Share on other sites More sharing options...
Recommended Posts