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

#1
GLBasic - en / GLBasic News?
2017-May-17
I have checked the NEWS on GLBasic but it hadnt been updated since OCT 2016  :bed:
#2
How would I make Database of Football Players? reading from text files(from notepad as that would make less coding)

I know that Type is better than Arrays but are they the faster when come adding players when come to buy and removing player if been sold?  O_O
#3
GLBasic - en / Shooting?
2012-Aug-16
I would like to know how you mkae shooting that upward so often.....so if player tap spacebar so often then it shoot up quite lots

so from what I know.....there must be abit of delay when come to shooting......like every 2 seconds per shot would be good because for every arcade shoot em up games that I have played are like that:)

#4
I want to make the image bigger but questions is which commands make the image go bigger?
#5
GLBasic - en / Functions ?
2012-Aug-15
Hello Everyone

I going to give GLBASIC Second chance and give a try :)

Code (glbasic) Select

GLOBAL BACKGROUND=0

LOADSPRITE "picture.PNG", BACKGROUND

FUNCTION SHOW_BACKGROUND:

         DRAWSPRITE BACKGROUND, 100, 100


ENDFUNCTION

SHOW_BACKGROUND()

SHOWSCREEN
MOUSEWAIT
END


What wrong with the code as it saying

"MYFIRSTPROGRAM.gbas"(31) error : command not inside function or sub