View Single Post
Old 09-15-2009   #1
20potter
Anime Fuel Newbie
 
Activity Longevity
0/20 12/20
Today Posts
0/5 sssssss12
20potter is on a distinguished road
Default

hi I am makeing a break out game on game maker7 my problem is that I am useing multiple diffrent types of blocks, and I am having trouble geting it to change levels here is what I have tryed, one thing I tryed was this script:
if (instance_number(block_1_room_0) == 0) and (instance_number(blue_block) == 0)and(instance_number(broken_blue_block) == 0) and (instance_number(bomb_block) == 0) and (instance_number(missle) == 0)
then
{
room_goto(between_levels_room_1);
}


I also tryed makeing several objects with the instance count, that after counting the instance of one object it swaped to another object. oh and I have the plan version not upgraded.

oh and I was not sure if I sould put this in game paradise or tech support

Last edited by quietchat; 09-17-2009 at 11:31 PM..
Offline:   Reply With Quote