Hi Everyone!
I'm new to C2, and I'm trying to make a game for my master thesis.
Basically, it's about a chipmunk that has diabetes type1, and the user has to take care of him. Feed him when he asks, give him the insulin injection, etc.
So, when the chipmunk is hungry, a thinking balloon appears telling you that he's hungry, and all the user needs to do is, click on the food icon and feed him.
When he needs the insulin injection, the process is the same.
What I want is the insulin balloon and the food balloon to appear in random, and then when I click the right button,the thinking balloon dissapears, and then in x seconds it appears again, and so on.
I was handeling this with the 'Every X seconds' event, and then playing arround with the opacity, but what happens is that the hungry balloon appears every 10 seconds and the insulin balloon every 35. But when I click on the food icon, I feed the chipmunk, the ballon dissapears, and 10 seconds later the food balloon appears again, and the insulin button never shows up. It looks like when the action is executed, the timer just restarts....
Any help is welcome... <img src="smileys/smiley1.gif" border="0" align="middle" />