dress-up
wollty
Member Posts: 102
I'm making a dress-up
when I press a button repeatedly
another actor change image (img1, img2, img3 etc. ..)
thanks for the help
sorry for my english
when I press a button repeatedly
another actor change image (img1, img2, img3 etc. ..)
thanks for the help
sorry for my english
Comments
Create a rule when touch is press interpolate img 1 location to out of screen & iterpolate image 2 to location.
Repeat the above for all other images
I have a only button
when I press this button several times
every time anothers actors appears
like this of hello kitty
thanks
sorry for my english
If you are going to have multiple changes (e.g. hair, clothing, shoes, etc.), you will want to concatenate the name of the category like this:
Constrain Attribute self.Image to "hair"..game.hair and then have each image named hair1.png, hair2.png, etc.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
thanks tatiang
you are great!
and do i make button reset
thanks to all
thanks to the forum
how do you automatically restart
thanks
sorry for my english
i made a reset button
when touch is pressed
change attribute game.hair to 0 (0 is image hair0.png)
how do you restart automatically
when the cycle is finished
(hair1.png, hair2.png, hair3.png ... to automatically restart hair1.png ...)
thanks for your help
(0+1)%5=1
(1+1)%5=2
(2+1)%5=3
(3+1)%5=4
(4+1)%5=0
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
thanks very much Tatiang
it's perfect
your are very kind to help me so simply
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User