how to delete timer ?

Game Editor comments and discussion.

how to delete timer ?

Postby linjichao » Wed Feb 03, 2010 3:48 am

how to delete timer in timer event? i can not find some button in GE to delete Timer...
linjichao
 
Posts: 35
Joined: Fri Jan 22, 2010 10:13 am
Score: 0 Give a positive score

Re: how to delete timer ?

Postby skydereign » Wed Feb 03, 2010 5:50 am

If you mean the event, it is called Destroy Timer. You can use it within script editor like this.
Code: Select all
DestroyTimer("TimerName");


If you mean delete extra timers, all you do if I recall is delete the events that reference it and it should go away... I might be mistaken, haven't been able to use gameEditor in a while, a little rusty.
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: how to delete timer ?

Postby 4erv' » Wed Feb 10, 2010 9:48 pm

Or just create another timer and do not use the old one in any actor. It should disappear if your timer was created not by event in script editor, but with the menu "Events" -> something -> "Create Timer" :D
Gold Basketball 2008 - the first basketball game made with game editor.

User avatar
4erv'
 
Posts: 188
Joined: Sat Jul 07, 2007 10:52 am
Location: in Recycle Bin
Score: 10 Give a positive score


Return to GE - General

Who is online

Users browsing this forum: No registered users and 1 guest

cron