241
Meet and Greet! / Re: Hello
« on: September 25, 2015, 01:55:28 PM »
~(=^・ω・^)ノ
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
//spawning object's create event
alarm[0]=1; //sets the alarm at the start
//spawning object's alarm 0 event
for(i=0;i<(number of objects you want spawned per alarm);i+=1){ //10 stars are created per alarm
instance_create(random(800),random(608),star);
}
alarm[0]=(how frequently you want this to occur); //alarm is reset and everything happens again
>originality
>medley
Choose one.