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

#1
I have this code but when I press A on the gp2x demo crashes and I have to turn off&on the GP2.

Where am I wrong?

Someone can 'help me?

Tnk1000.
Code (glbasic) Select

SETSCREEN 320,240,0
LIMITFPS 60
LOADFONT "media/gfx/FONT.bmp", 0

main()
END

FUNCTION main:
WHILE KEY(30) = 0 OR KEY(44) = 0
  DRAWRECT 0,0,318,238,RGB(0,128,255)
  SETFONT 0
  PRINT "Move JACK (THE BABY) con le frecce",10,10
  FINE();
  SHOWSCREEN
WEND
ENDFUNCTION

FUNCTION FINE:
IF KEY(44) = 1
  END;
ENDIF
IF KEY(30) = 1
  END;
ENDIF

ENDFUNCTION



//-----------
GP2X     Key(s)              PC-Key
--------------------------------------------
DPad     203,205,200,208,57  Cursor Keys/Space
Volume   201,209             PageDn/PageUp
Shoulder 42, 54              LShift/RShift
Start    28                  Enter
Select   15                  Tab
A,B,X,Y  44,45,29,58         A,D,S,W
         30,32,31,17         Y,X,LCtr,CapsLock
Vol +&-  01                  ESC
#2
There will be opportunities can have X, Y, Z, for a just ordering of depth of objects (depth-order) in GLBasic-2D function ?

Tags: zorder, z-order, z order
#3
Bug Reports / Link bad.
2010-Feb-27
Hi a t all,

this link not work---> http://www.glbasic.com/beta/glbasic_sdk_7rc2.exe
#4
Hi, which version of Linux is used on the Xbox, to try an exe made with GLB?

Tnk1000.
#5
hi,
can glbasic,run midi music in GP2XF200?

tnK1000
#6
Hi,
is an example of how a character goes behind a rock and is covered. As in games rpg?
#7
Hi,

in the code sorge ,

IF ANIMCOLL(1,en.status,en.enx,en.eny,2,0,bull.bulx,bull.buly)<--this code not
*** Configuration: WIN32 ***
precompiling:
GPC - GLBasic Precompiler V.2007.363 - 2D, WIN32
"Lesson Thirteen.gbas"(177) error : call to undefined function : ANIMCOLL

Tnk for help.

#8
Hi at all,

Instead of to use for the motion, like itself pou' to do to use the motion in angles? 

for example: X = X + ang(0.5467) or if wanted to do motive in diagonal

We say to 45.54567° ? 

Tnk1000.

#9
Hi at all,

I do not succeed to understand how they work these functions.  Someone it has been things' kind to explain me it it, even if with an example? 

Tnk1000.
#10
It exists a map editor for glbasic? 

Tnk1000. 
#11
Hi at all,


The resolution max to compile for the GP2 is 320x240. But in other compilers he reaches 640x480 FULL SCREEN.

 Why GLBASIC no?


Tnk1000 for reply.