goto scene if
Hi guys,
I'm working on a very simple game, where you have to find 2 matches, if they match, then you can go to the next level.
Basically, when you click on a image it changes the attribute to 1, and if you click on another image it changes the attribute to 2.
You can then click on a guess button, and what I'm trying to do is:
if attribute 1 = 1 & attribute 2 = 2 goto scene 2
I'm not sure how to actually action the above (if attribute 1 = 1 & attribute 2 = 2 goto scene 2) i'm sure its easy, but for the life of me I cant figure it out.
If anyone has any suggestions, that would be great.
Many thanks,
Chris
I'm working on a very simple game, where you have to find 2 matches, if they match, then you can go to the next level.
Basically, when you click on a image it changes the attribute to 1, and if you click on another image it changes the attribute to 2.
You can then click on a guess button, and what I'm trying to do is:
if attribute 1 = 1 & attribute 2 = 2 goto scene 2
I'm not sure how to actually action the above (if attribute 1 = 1 & attribute 2 = 2 goto scene 2) i'm sure its easy, but for the life of me I cant figure it out.
If anyone has any suggestions, that would be great.
Many thanks,
Chris
Comments
Just wondering if you can answer this (and then I wont trouble you anymore) - how can I add to a attribute, for example, if you click on a image, it adds say 1 to an existing attribute value?
Cheers mate,
Chris