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

#1
GLBasic - en / Re: sprites
2011-Feb-16
allllllright,  i got it    thanks!!!!
#2
GLBasic - en / Re: sprites
2011-Feb-16
and how do you make the text larger?
#3
GLBasic - en / Re: sprites
2011-Feb-16
can you take me thorugh it step by step?

and thanks
#4
GLBasic - en / sprites
2011-Feb-16
LOADSPRITE "Sprite.bmp", 0
PRINT "Hello World", 100, 100
DRAWSPRITE 0, 100, 100
SHOWSCREEN
MOUSEWAIT

what folder or where does this pull the sprite.bmp from and why doesnt this work?

thanks ahead.
#5
thank you so much
#6
I don't understand why this will not work.  Can someone help.

   PRINT "what is your name?" ,0,0
   INPUT name$ ,0,5
   PRINT "hello ",0,10
   PRINT name$,0,15
   SHOWSCREEN
   MOUSEWAIT
   END

the error says something about an unassigned variable