Jump to content


TheLordKhon

Member Since 07 May 2012
Offline Last Active May 25 2012 04:51 PM

Posts I've Made

In Topic: _scr_ Extresource : External Script And Object

25 May 2012 - 04:48 PM

if you want to know where to find more event like #ev_create, in game maker click on f1 it will open the help file then go to the gamemaker launguage(gml) then gameplay then go to generatings event scrolls down then look you i'l find all game maker event thingies

also if you wanted to know about parents and mask ex code "1 0 0 3 object0 -1 sprite0
#ev_create 0
show_message("I am created");
show_message("Please don't let that monster hit me");
speed=3;
#ev_step ev_step_normal
effect_create_below(ef_explosion,x,y,1,c_blue)
;
direction=point_direction(x,y,mouse_x,mouse_y)
;
#ev_collision monster
show_message("Oops! Bye bye. I will be destroyed");
event_inherited();
#ev_draw 0
draw_line(x,y,monster.x,monster.y);"

red is parent blue is mask

if you suck at gml try this also http://sandbox.yoyog...com/games/74502 it turn dnd to gml