Hi. I've just found Gideros this week and have been playing about with it. I'm really enjoying it and have found that the things that I've built so far feel more responsive than when I built them using another well known SDK.
I was looking for a way to start an action after a set time and found Timer.delayedCall in an older version of the reference manual. It works fine, but as it doesn't appear in the newer reference manual, I thought I'd just check that it isn't going to be taken out for some reason. If it is going to become obsolete then I'll go back to using normal timer events instead.
Thanks, Pete
Comments
Timer.delayedCall is newly introduced with 2012.2 and will be there always. Let me replace the older (2011.9) reference manuals with newer (2012.2) ones.
Sorry for the confusion
cheers,
Thanks, Pete