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 - maverick2

#1
Ahh Ok Thank you

I'm sorry but I'm begginer at GLBASIC :-(, I saw



#2
¿Where is the project options for define the variables?
#3
I have a problema, i need writed 3 animations, but when i write for example
WHILE TRUE
cont=cont+1
if cont>10
s=1-s
cont=0
DRAW SPRITE s, 100,100
SHOWSCREEN
WEND

when compile my code then get this mesage (23) error : variable is not explicitly defined cont etc

can your help me?
#4
Ahh
Ok
Thank You , Very Much
:-)
#5
I have a problem.
My first progras is for load an sprite and draw at screen, but it don't draw at screen :-(
The code is:
LOADSPRITE "mario.bmp", 1
DRAWSPRITE 1, 100, 100
SHOWSCREEN
MOUSEWAIT

When I compiling the code it's ok no problema Build sucessed , but the screen is Black and don't look the Sprite in the screen.
The sprite image is BMP format

anybody can help me ?
Thank's