Im stuck with loops in GM. In my code I have the following:
Is this supposed to be in the step event! It only creates one instance when its in the create event! When its in the step event, it doesnt seem to stop creating instances because my PC just freezes up!! Please help :PCode:for (i=1;i<4;i+=1) { instance_create(500, 200+(i*40), Add_stats); }


Reply With Quote