Welcome to the AnimeFuel Community Forums, I'm the owner of this website Demon fox and lucky for you I'm not here to use my ninja skills on yah, plenty of time for that later I assure you. Instead I'll be telling you a little about this place.

As you should be able to tell by now you are not registered with us as of yet and probably need a good reason to do so. Between you and I we both know you're a lazy bastard and so if you don't even want to listen to the rest of my introduction speech you may as well just go register.

Otherwise here's what you can do on our forums once you've registered. When you register you will be able to chit chat in our forums, entertain yourself with games and share videos with other members. The forums allows you to get access to free downloads shared by members, fast and direct support with video problems from members and staff and make anime requests which are priortized above anyone else's.

There are many more things you can do but our aim is to bring together a community of video fans where you can feel comfortable and make lots of friends around the world. God knows you need them.

So get your butt over to the registration page and join my I mean OUR community. Oh and one more thing watch out for a crazy guy with a gun he's wandering around somewhere in these pages and you'll probably see him if you become really slack with the forum.

This message will self destruct once registration is completed.

Go Back   Anime Fuel Community > General Discussion > Gamer's Paradise
Home Forum Register FAQ Members List Army Arcade Search Today's Posts Mark Forums Read

Gamer's Paradise Gaming related posts belong in here. Game on!

Closed Thread
 
Thread Tools Display Modes
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:  
Old 09-15-2009   #2
20potter
Anime Fuel Newbie
 
Activity Longevity
0/20 12/20
Today Posts
0/5 sssssss12
20potter is on a distinguished road
Default

oh your siginature right
Offline:  
Old 09-16-2009   #3
20potter
Anime Fuel Newbie
 
Activity Longevity
0/20 12/20
Today Posts
0/5 sssssss12
20potter is on a distinguished road
Default

ha ha that is funny
Offline:  
Old 09-16-2009   #4
suigintou
Administrator
 
suigintou's Avatar
 
Activity Longevity
0/20 14/20
Today Posts
0/5 ssssss656
Location: Michigan
Age: 24
suigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant future
Send a message via MSN to suigintou
Default

Your way of thinking should work, really. My memory's really fuzzy from not using Game Maker in a long time, but I don't see why using instance_count for each block in an invisible instance in the room that keeps track of instance_count wouldn't work.

Of course, to avoid messy scripts you could make up your own variable. I'm not positive this would work, but maybe...

1.) Create an invisible instance for a room. in Create, have it set a variable to however many blocks there are.
2.) Also in create, write a script (or drag n' drop if/then statements, this is sometimes easier for me since I forget GML easily) that basically says "if (variable=0) then (whatever the change room command is)"
3.) Have each block, upon destruction, lower the variable by 1

The only problem is I don't remember if variables can be room-wide or if they always have to be instance-specific.
__________________

22 medium-jumbo frets, 3 mini humbuckers, 2 single-coil pickups, and 6 steel strings of pure sex.
Offline:  
Old 09-16-2009   #5
20potter
Anime Fuel Newbie
 
Activity Longevity
0/20 12/20
Today Posts
0/5 sssssss12
20potter is on a distinguished road
Default

yeah when ever I used variable I found the variable has to be mentioned in the script as b= a value before hand Inless there is something I do not know, which there probly is Oh and for the instance switch one I set it up so that that it would check it and then switch to the next instance in the list. but I will try with the variable a bit thanks

yeah I tryed useing the variable like you said but when I pressed L which is the cheat code I set to destroy all blocks, it does not go on to the next level. everytime I tryed something it did not work with that result or error in text which I always fixed.

I wish they would send me a confirmation email already so I could post this on their site.

you don't happen to have an accout on their offical site to post my problem on?

Last edited by quietchat; 09-17-2009 at 11:25 PM..
Offline:  
Old 09-16-2009   #6
suigintou
Administrator
 
suigintou's Avatar
 
Activity Longevity
0/20 14/20
Today Posts
0/5 ssssss656
Location: Michigan
Age: 24
suigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant futuresuigintou has a brilliant future
Send a message via MSN to suigintou
Default

No, I don't.
__________________

22 medium-jumbo frets, 3 mini humbuckers, 2 single-coil pickups, and 6 steel strings of pure sex.
Offline:  
Old 09-17-2009   #7
20potter
Anime Fuel Newbie
 
Activity Longevity
0/20 12/20
Today Posts
0/5 sssssss12
20potter is on a distinguished road
Default

oh ok thanks
Offline:  
Closed Thread

Bookmarks

Tags
break out, game maker


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:42 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.