2. i have this for spawning objects:
//Create event alarm[0]=300 //Alarm 0 event instance_create(random_range(view_xview,view_wview), view_yview,obj_ninja_body); alarm[0]=300+random(300)
how could i make the spawn rate increase? (so the alarm[0] fixed value of 300 and random value of 300 should decrease)











