Jump to content


Barkinsoulz

Member Since 05 Mar 2012
Offline Last Active May 14 2012 10:05 PM

Topics I've Started

Cant export anything

13 May 2012 - 12:12 AM

Ive been devolping a game on GMstudio beta for awhile now. I have before, but all of a sudden the option to export the game as an .exe file is sorta grayed out. Is there any way I can port it to game maker 8 pro or .exe ?

How Can I draw health bar as inividual sprites

12 May 2012 - 10:46 PM

This is the health bar I drew for the enemy
Posted Image
The enemy Has 5 health.
I want One of each of the circles to go away each one damage the enemy takes.

At the moment the only thing that happens is that the health bar literally gets smaller in width each time it takes damage.
any ideas?

Changing varible to global crashes game

18 April 2012 - 09:22 PM

I set a ammo varible "global.fammo" and now I get this message:

"
___________________________________________
FATAL ERROR in
action number 1
of  Step Event0
for object Player_obj:

############################################################################################
VMError!! Occurred - Push :: Execution Error - Variable Get fammo
at Object.Player_obj.Step.0 (line -1) - <unknown source line>
############################################################################################
Global Variables :
100017( fammo ) = 0.000000
"

solved problem simple typo.

How can I import .gmk files to Gm Studio?

09 April 2012 - 12:20 AM

Can you open old gmk files into game maker studio if so how?

text in a room without making a object

08 March 2012 - 08:46 PM

I am making a tutorial level in my game. The best way I thought to do this would be to explain it with text in a room, but  the only way I know how to write text in a room is to create an object with a draw event or a sprite of the text. This would be quite annoying. The only other thing I could think of is to put the text on the background, but that would be too inaccurate. Help please!