Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: vonpopov on March 18, 2014, 03:07:39 PM
-
Hi all,
I need to destroy an object after a specific time.
I am not sure what action i should use.
What kind of timer should i use ? i would like it to calculate "how many time since object is spawned" , make a simple comparaison, and then destroy it.
I took a look at "get time info" action, but i am not sure this is the good action for me.
Any clue ? :)
-
Use this action
https://hutonggames.fogbugz.com/default.asp?W234
-
Use this action
https://hutonggames.fogbugz.com/default.asp?W234
i used "get time since startup" and it worked, but "wait" seems way simple for my purpose ! (1 action vs 2 actions + variable float)
Great !
Thanks you.