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?
@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.
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?
zombiemassacer 2 weeks ago
lol...
"not sure if you can hear that..."
creamhunter 4 weeks ago in playlist Game Maker - How to Make a Zombie Shooter in Game Maker
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?
Callam001 1 month ago in playlist Game Maker - How to Make a Zombie Shooter in Game Maker
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
Lol stupid fire/ambulance truck :D
Ashnno 3 months ago
do another tutorial on colision or advancing to another level or enemy creation or even a score
Pest165 6 months ago