GLBasic forum

Main forum => GLBasic - en => Topic started by: tHEwARZONE1 on 2007-Jul-30

Title: please help me...
Post by: tHEwARZONE1 on 2007-Jul-30
im having some trouble using the program (yes, i'm new). i read through the tuts but i can seem to get it to work right. i cant get it to load sprites or backgrounds into the game. it just shows a black screen. do the images have to be in a certain folder or something? please reply if you can help me.
Title: please help me...
Post by: Kitty Hello on 2007-Jul-30
They should be in the folder which the project is in. There's a toolbar button at the top, that can open this folder.
Title: please help me...
Post by: tHEwARZONE1 on 2007-Jul-30
is this program better than game maker
Title: please help me...
Post by: Kitty Hello on 2007-Jul-30
By the gazillions! Try it out. The demo is neither time nor feature limited. It's just watermarked and the runtime of the games is limited, but for testing that's pretty enough.
Title: please help me...
Post by: bigsofty on 2007-Jul-31
Quote from: tHEwARZONE1is this program better than game maker
Game Maker is a toy compared to GLBasic, this is a proper fully fledged programming language, its learning curve may be a little steeper but its capable of far more,

My advice, take some of the VERY short demos out of the manual and remove lines to see what effect it has on the running of the program. Then try adding your own commands or changing some command parameters to see what the effect it can have.
Title: please help me...
Post by: BumbleBee on 2007-Jul-31
Yes,GLBasic is a real programming language for games. Write any kind of game you like.  
Lots of examples in the samples folder. And if you have any questions...:)
Quote from: tHEwARZONE1it just shows a black screen.
Most common causes for a black screen are:

Path is wrong.
Graphics don't exist.
Missing SHOWSCREEN command.
PC unplugged.;)

Cheers
Title: please help me...
Post by: Hb! on 2007-Sep-15
tsk  being a newbie its not very funny.. anyways if you try hard you can make something good, and yes youre right game maker seems to be easier, but its extremely limited.....  theWarzone1  i also had your same problem..... (indeed i got very thrilled when i fanally found out  how to load sprites.....)
Title: please help me...
Post by: Schranz0r on 2007-Sep-15
atm theres a bug in DRAWSPRITE (version 5.016)  !
I hope Gernot will fix it today :)