Forum Discussion
Memory Game - Storyline
Hi,
Thanks a lot for sharing the source file of the memory game.
I tried to re-create the file but somehow it is not working for me.
Can you please help me understand what I am doing wrong here.
Attaching the file for your reference.
Any help will really be appreciated.
Thanks much
Hi Meghna.
The first you can do to try to find the problem is by re-naming all the objects in the time-line. Now you are working with Rectangular 1, Rectangular 2, etc. This is difficult to read in the trigger pane.
One important thing is the layering of the triggers. You will need to use the following layering in your triggerlist for each shape (top to bottom):
- Change the state of the object (as example Role 01) to the "New state"
- Add 1 to the variable "Count"
- Change the state of the other squares (all three) to normal when variable "Count" is equal to "3.00" and the variable "Role" not equal to "1.00". This will be three seperate triggers.
- Set variable "Count" to "1.00" if variable "Count" is equal to "3.00"
- Set variable "Role" to "1.00" if shape "Role 02" has state "New State"
As you can see you will have 7 triggers for each rectangular shape.
In your example I see you use a new "State" for each shape. I think it's better to use the "Disabled" state. This state will disable the specific shape, so you can't click again on the same shape.
I hope the above will help you to create your own game. If not, don't hesitate to contact me.
Best regards!
Related Content
- 10 months ago
- 10 months ago
- 2 months agoAnonymous
- 8 months ago