Page 1 of 1

Editting/Deleting existing Timers?

PostPosted: Mon Apr 23, 2012 12:11 am
by 8bitsdeep
I've created a few timers for my game and I'd like to go back and tweak their settings. However, it seems like there's no way in the editor to change the settings of an existing timer. I wouldn't mind just remaking the timers but I don't even see an option to delete them.

Is there a way to do this? Seems like a weird omission in the program.

Re: Editting/Deleting existing Timers?

PostPosted: Mon Apr 23, 2012 3:21 am
by skydereign
The way gE does timers and sounds/music is a little weird right now. This will be improved at some point, but for now we have to use what is there. Timers can't be deleted directly, but if you remove all references to them (no events tied to them, and no calls to CreateTimer) the timer will be removed. Timers can't be edited either, but you can use a timer for any amount of time. So if you create a normal 1000ms timer, you can use it as a 2000ms timer if you call it in the script editor (just change the time argument).