Jump to content


Dantheman888

Member Since 04 Apr 2007
Offline Last Active Dec 18 2012 03:25 AM

Posts I've Made

In Topic: Thesnidr's Mode 7

31 January 2012 - 09:40 PM

Hi, I just downloaded de engine and I have a problem. I´ve got the background (of a track), the camera, and the rotating sprite of the car, all just like your example, but, when I start the game, all I see is a black background... ¿What I'm Missing?


I'm having the same problem. I don't even know why. I even got it to work by making a duplicate project and replacing the mario kart resources with my own, but then, when I try the same thing on a new project, it just shows black boxes indicating the backgrounds.

Edit: Found the problem. You need the following lines of code:

draw_set_color(c_white)
draw_set_halign(fa_left)
draw_set_alpha(1)

To initialize the primitive drawing. Otherwise, it stays at the default color (black).