okay my problem is that i got this code :
{
// check whether you can shoot
if (not can_shoot) exit;
can_shoot = false;
// show the animation and play the sound
image_speed = 0.4;
image_index = 0;
sound_play(machingun);
// determine what you hit
if place_meeting( x+x, y+y,obj_monster1);
instance_destroy(other);
}but i got this error:
___________________________________________
FATAL ERROR in
action number 4
of Mouse Event for Glob Left Pressed
for object Gun:
COMPILATION ERROR in code action
Error in code at line 11:
instance_destroy(other);
at position 24: Wrong number of arguments to function or script.
i know it's the instance_destroy that doesent work but why....
any help would be appricatied
and agine sorry to ask this n00b question xD











