irpg Community
การลบ object ในฉาก วิธีง่าย ๆ - Printable Version

+- irpg Community (https://irpg.in.th)
+-- Forum: irpg Fabella Game Maker Academia (https://irpg.in.th/forum-29.html)
+--- Forum: The Great Game Maker Library (https://irpg.in.th/forum-31.html)
+--- Thread: การลบ object ในฉาก วิธีง่าย ๆ (/thread-2815.html)



การลบ object ในฉาก วิธีง่าย ๆ - sitplay - 04-11-2016

การลบ object ในฉาก วิธีง่าย ๆ

/*
ลบ obj_tree ท้้งหมดที่มี แถมไม่มี Error ด้วย เพราะคำสั่ง with จะเป็น
คำสั่งตรวจสอบ obj_tree ให้อยู่แล้ว
*/

Code:
with(obj_tree){
instance_destroy();
}