Be a Supporter!

Character customization?

  • 261 Views
  • 2 Replies
New Topic Respond to this Topic
Deathspam
Deathspam
  • Member since: Nov. 1, 2007
  • Offline.
Forum Stats
Member
Level 13
Gamer
Character customization? 2008-11-03 20:21:29 Reply

I'm relatively new to flash, and want to find a tutorial explaining how to make a character customization screen. I want to make it so I there are arrows that change hair, clothing etc. Does anyone have a good tutorial for such things?


BBS Signature
uyersuyer
uyersuyer
  • Member since: May. 15, 2002
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to Character customization? 2008-11-03 23:51:45 Reply

I'm actually working on one of those for a new game I'm putting together. If you don't know how to use variables, I'd suggest learning so; the way I'm doing it is just making different variables for skin color, hair color, skintone, etc and then switching the movieclip state depending on that variable.


"Whoever said 'winners never quit' obviously never considered addicts." - Hoeloe

BBS Signature
LostVoices
LostVoices
  • Member since: Mar. 9, 2006
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to Character customization? 2008-11-04 00:16:33 Reply

on(release){

_root.hair.nextFrame();

}

something like that on a button


awww