The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.34 / 5.00 31,296 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 10,082 ViewsI'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?
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
on(release){
_root.hair.nextFrame();
}
something like that on a button
awww