Help figuring something out
Hello,
I'm not sure how to describe the problem I'm having, so apology for the generic title.
I'm a newbie and have been working on a game for a while now. I ran into one issue I cannot figure out not sure what I'm doing wrong. I'll try my best to describe the issue as follows:
I'm making a game where there are 3 buttons on the screen, each one is an instance of same prototype. When tapping one of them there is a meter that slowly fills up. Now, there are several levels in this game and in higher levels you are required to tap more times than previous levels and therefore the meter takes longer to fill up. I created a game attribute that when pressing a certain level it would divide the required number of filling up the meter, so basically in an easy level you need to tap the objects 5 times and the meter fills up in 5 increment steps and them you progress to next level. If you miss tapping a button at proper time, the meter resets.
This was the basic description of what I'm trying to achieve. I was able to set it up properly as far as I thought. Also, I placed an actor showing the location of the meter along the X axis so I can 'debug'. The game works fine until at some point the meter gets stuck and does not move although the 'debug' actor shows the numbers keep changing. My guess is there is an issue when I tap 2 buttons at the same time, don;t know why, but a hunch.
Now, I cannot really explain how I did this, as I'm overwhelmed at this point and it would take too long for me to describe. I'm just interested to know how anyone else would have approached this.
Thanks,
Doron
I'm not sure how to describe the problem I'm having, so apology for the generic title.
I'm a newbie and have been working on a game for a while now. I ran into one issue I cannot figure out not sure what I'm doing wrong. I'll try my best to describe the issue as follows:
I'm making a game where there are 3 buttons on the screen, each one is an instance of same prototype. When tapping one of them there is a meter that slowly fills up. Now, there are several levels in this game and in higher levels you are required to tap more times than previous levels and therefore the meter takes longer to fill up. I created a game attribute that when pressing a certain level it would divide the required number of filling up the meter, so basically in an easy level you need to tap the objects 5 times and the meter fills up in 5 increment steps and them you progress to next level. If you miss tapping a button at proper time, the meter resets.
This was the basic description of what I'm trying to achieve. I was able to set it up properly as far as I thought. Also, I placed an actor showing the location of the meter along the X axis so I can 'debug'. The game works fine until at some point the meter gets stuck and does not move although the 'debug' actor shows the numbers keep changing. My guess is there is an issue when I tap 2 buttons at the same time, don;t know why, but a hunch.
Now, I cannot really explain how I did this, as I'm overwhelmed at this point and it would take too long for me to describe. I'm just interested to know how anyone else would have approached this.
Thanks,
Doron
Comments
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Thanks,
Doron