Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - qqluqq

#1
Module writing Q&A / draw line not working
April 02, 2014, 12:23:39 AM
I'm trying to make a little game
I started with arkanoid and threw out most of what I didn't need


when I try something like
draw_line(10,10,50,50,0);
it doesn't seem to do anything, the screen just stays black


I tried writing text with bmp_printf and that ran fine, so I'm sure it reaches that line of code
are there any things I might have done wrong?

the stuff based on draw_line like rectangles and circles don't work eighter.