irpg Community

Full Version: การลบ object ในฉาก วิธีง่าย ๆ
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
การลบ object ในฉาก วิธีง่าย ๆ

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

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