How to delete a instance
by Kenny · in Torque Game Builder · 03/01/2007 (1:43 am) · 2 replies
I use new new t2dAnimatedSprite() to create a real object, i try to delete it with delete method but in vain.
delete method cause TGB's crash. How can i do?
delete method cause TGB's crash. How can i do?
#2
03/02/2007 (5:09 pm)
In the reference guide, it says that using the Delete() method its dangerous, that you should avoid it at any cost... and use SafeDelete() as much as u can...
Torque Owner Gustavo Boni