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

#286
is there a way to know what happend?
i start the app
the screen is black
and then it crashes back to the homescreen
#287
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?


#288
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 :)
#289
im adding a picture
#290
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