How to Make a Top Down Shooter in Game Maker Part 5
Loading...
512
views
Loading...
Uploader Comments (SaladRaider)
see all
All Comments (7)
-
I have the same problem as "TheBoxheadGame"r and i already had it set to draw_set_color(c_white); and yet when i go to test it it says,"draw_sprite_ext: The color must be c_white in the Lite edition.". how do i fix this?
-
lol...
"not sure if you can hear that..."
-
hi i get this error when the bullet collides with the enemy
______________________________
_____________ ERROR in
action number 1
of Collision Event with object enemy
for object bullet:
Error in code at line 1: other.hp -= dmg ^
at position 13: Unknown variable dmg
how do i fix this?
-
Lol stupid fire/ambulance truck :D
-
do another tutorial on colision or advancing to another level or enemy creation or even a score
Loading...
i have got an error that says the color must be c_white in Lite edition
TheBoxheadGamer 3 months ago in playlist Game Maker - How to Make a Zombie Shooter in Game Maker
@TheBoxheadGamer Sorry, you can't do a lot of things with the lite version. I would suggest getting the pro version if you are planning on using game maker more. What you have to do to fix the error is find where you have and color changing method like this:
draw_set_color(c_blue);
to this:
draw_set_color(c_white);
yea, so just make sure that all the color set methods are set to white.
SaladRaider 3 months ago