event_perform(type,numb)其实就是一个用脚本自动执行你点鼠标的过程啦。
比如你在对象里,想实现点击鼠标左键运行某些事件的话,你的操作是:在事件里点右键->Add Event->Mouse->Left Button
但是你想在代码里做这些动作的话,则只需要输入event_perform(ev_mouse ,ev_left_button )
比如你在对象里,想实现点击鼠标左键运行某些事件的话,你的操作是:在事件里点右键->Add Event->Mouse->Left Button
但是你想在代码里做这些动作的话,则只需要输入event_perform(ev_mouse ,ev_left_button )












