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

Messages - cobracon120

#1
Ohhh. I was following the tutorial and it never said anything about that. Thanks!
#2
Hello world of GLBasic! I'm new to this, with very little BASIC experience, and I'm trying to figure something out. Following one of the tutorials, I came across a command:
     LOADSPRITE "player.bmp", 0
which is fine, yet when I run the program, player.bmp doesn't ever show up and yes I also put in the command: "DRAWSPRITE 0, px, py"
(px and py are global variables which I had set earlier). I've tried to add player.bmp to my list of files with the program, and I do have the actual bmp image within the directory that this program is saved in. How do I get the sprite to show?