Jump to content


ConnerCoConnerB

Member Since 11 Jun 2012
Offline Last Active May 01 2013 09:39 AM

Posts I've Made

In Topic: Mouse Invisibility In Specific Rooms

21 April 2013 - 07:54 PM

window_set_cursor(cr_none); // turns the window cursor off

window_set_cursor(cr_arrow); // assigns the default arrow

Thank you. I should have stated that I only need the functions. You didn't have to be told though! Thanks.


In Topic: Linking Multiple Shapes

14 March 2013 - 05:10 PM

Frame was just an example. The point is that i have multiple shapes to make one model. I want to rotate every shape around the same point. But instead, all the shapes are rotating on their own point.

In Topic: Need Casino Music

14 March 2013 - 05:03 PM

If you need original music i can't help you. Otherwise i suggest frank senatra

In Topic: Having Trouble With My Space Invaders Style Game

02 March 2013 - 07:43 PM

Well when ever the ball machines x value and the players x value match up you can make it shoot. But that will make it so all you have to do is keep moving to avoid damage. So when its about to match up like obj_machine.x+30||obj_machine.x-30=obj_player.x. Then this will make the ai kinda do a lead off of the players left and right movements. But that will make them shoot too much because they are in a line right? So make them have a percentage chance to shoot. Also, since Thats two spots per enemy that the ai will shoot, make it so it can't shoot if it was shot in the last two seconds or something. I can't write the script for you here because Im on my phone but i trust you can do it. If not, pm Me and ill write it asap.

In Topic: show_menu substitution

02 February 2013 - 05:34 PM

drop_down_menu_v13.gmk
show_menu2.gm81

the first one is for menus with sub categories, it might be a bit too mutch for what you are looking for ..

the second one is a more closer approach to show_menu, and should probarly give you an idea of how to make your own if you want to change its function a bit ..

but it can't stop the game in a infinite loop til you have made your selection like the old show_menu .. good luck with your game.

Thank you. I will check these out. Hopefully i can compile my game now :D