You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HaxeFlixel
I want to make a character in my game out of multiple sprites, along with cosmetics. How can I do this?
Vitaliy Kolesnikov
unread,
Aug 27, 2015, 1:25:54 AM8/27/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HaxeFlixel
Use FlxSpriteGroup
SruloArt
unread,
Aug 27, 2015, 4:29:05 AM8/27/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HaxeFlixel
* The problem with FlxSpriteGroup is that it doesn't scale your sprites relative to one another, so for a character that should be scaled it might work better to try out FlxNestedSprite from the flixel-addons repo...