URGENT QUESTION - I NEED TO GET THIS APP OUT BY TODAY :(

I don't know if its me, but New Zealand apps take MINIMUM 12 days to approve, so I need this app out before Apple shuts its doors. I recently found a bug where 'every' timers get screwed up after Playhaven Ads/Change Scene comes up. I just fixed this by ditching the timer rule and using when self.timer (my attribute) > self.time%0.1, to make it count every 0.1 seconds. self.timer was set at 0.05 (real attribute)

My question is, what equation would I use for every 3 seconds, every 5 seconds, etc? Is it just a simple self.time%3 and such? I don't have a strong idea on what the value of 0.05 on my timer means.

Comments

Sign In or Register to comment.