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

#101
is there a way yo get the exact x,y pos of sprite colliding?
10x
:help:
#102
well
i am trying to save an ini file in the documents derectory

no go :(

this is my code

any help will be apriciated:


ok=DOESFILEEXIST(pathtofile)



IF ok
INIOPEN pathtofile
olderscore=INIGET$(color$, "red")

ELSE

KILLFILE pathtofile
INIOPEN pathtofile

INIPUT color$, "red", 0
INIOPEN ""
ENDIF
#103
im tring to save to a file
but i get no file

how do i create the file ?

here is my code:

   fileX=OPENFILE(1,pathtofile, 1)
         WRITEBYTE 1,maingamescore
       CLOSEFILE 1
#104
i found this:
http://www.raywenderlich.com/77/how-to-post-on-facebook-with-your-iphone-app

how do i star a wrapper whats the first step
#105
this could change alot :) can we have this on the v9  wish list :)
#106
GLBasic - en / rotating knob
2010-Aug-29
any one know to start?
i know how to do it in as3 ( im a flash programer) but here its alittle bit tricky
any ideas how to start on a knob ui component
#107
is the a bug or is there someting i need to know?
im useing a 8x8 png transperent animation

the animaion is buggy and shows weird parts of the animation
#108
is three a way to use animated textures ?
and
is there a way to load a video and draw on top of it 3d objects?
10x
#109
anyway to do it in glbasic?
10x in advance
#110
im publishing gettting no error but the app louches and then closes
im running the itouchdemo
:(

is it the new os 4 sdk?
#111
is there a way to know what happend?
i start the app
the screen is black
and then it crashes back to the homescreen
#112
after it builds i get 1 warning:

Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'iPhone-Info.plist'.

and when i try to run it it says

cant run "game name" the prvisioning profile has expierd.

and

in the bundel adentifier

my app id is like:5464sfdsfsdf

does it need to be in the xcdoe:
5464sfdsfsdf.$.{product name}

is its ok?


#113
hi

where do i change the icon in the xcode?
and i have a developer certificate+provisioning profile

the xcode publishing is kinda new to me
where do the files go ?

thank you

P.S
i am an as3 programer and finding glbasic a cool tool to continew my iphone development on my windows :)
#114
hi a newbee question
i created a plane


X_DRAWOBJ 1, 0


X_OBJSTART 2
X_OBJADDVERTEX 170, 90, -1, 1, 1, RGB(255,255,255)
X_OBJADDVERTEX 470, 90, -1, 0, 1, RGB(255,255,255)
X_OBJADDVERTEX 170, 390, -1, 1, 0,  RGB(255,255,255)
X_OBJADDVERTEX 470, 390, -1, 0, 0,  RGB(255,255,255)
X_OBJEND

X_SETTEXTURE 0, -1
X_DRAWOBJ 2, 0

for some resont the texture dosent cover the hole plane?

the plane is 300x300
and the texture is 300x300
why is that or do i have a problem?

10x