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

#211
I would like to give Wumbo a review, but it seems like Wumbo is not available in the South African online apple store. Do you have any ideas why they are not selling it?  ;/
#213
Are these commands in version 7.115?? Or are they still coming?  =D
#214
Apologies for replying in English. I am also trying to merge box2d into glbasic using inline commands. I am still new to glbasic and would most appreciate if somebody can just give me the basics of how to get the box2d c++ code merged into my project. I will do all the coding myself, i am just basically asking for somebody to show the overall concept of HOW TO DO IT.  :'(

Entschuldigungen f?r das Antworten auf englisch. Ich versuche auch, box2d in glbasic unter Verwendung der Inline-Befehle zu vermischen. Ich bin zu glbasic und w?rde die meisten sch?tzen noch neu, wenn jemand mir die Grundlagen von, wie man gerade geben kann den box2d c++ Code vermischt in mein Projekt erh?lt. Ich tue die ganze Kodierung selbst, bitte ich gerade im Allgemeinen um jemand, das Gesamtkonzept von, WIE man zu zeigen ES TUT
#215
I have updated to the new version of glbasic (ver 7.115) and I have no problems compiling onto my iTouch. :good:
#216
Quote from: Kitty Hello on 2009-Sep-15
OK, I'll implement a WEBEND command then, that will END, but open a URL afterwards. That way you can go AppStore on iPhone and show "more files" at the end of your program.

Thanks this will be exactly what I need.
#217
Quote from: freshworks on 2009-Sep-11
Yes, just searched scribblemp in the AppStore and it is there! So it looks like it's aproved :) yeeeeeeesssss! Great news

cheers jespar

Excellent news!!!!!  :good:
#218
Does anybody know if ScribbleMP was accepted successfully by Apple???  :|
#219
I am also nearing completion of my first iTouch game. I was going to leave doing the "link to a web site" for now. But it would be cool if we were able to do this from Glbasic.  =D
#220
Easy access to the iPhone/iTouch keyboard will be a BIG bonus.  =D  Thanks for such a great product, you guys ROCK.  :good: Moving from Blitzbasic to GLBASIC was the best thing I ever did.  ;/ It is soooooooo nice to have a developer that really cares about his users.  :good:
#221
Agree. This is a valuable command to have. I used it alot with BlitzBasic. I have replicated my own version, but if it can be coded internally and run faster, that will be good news.  :good:
#222
Hi

I have tested on PC and iTouch and I dont seem to be having any problem. Here is what I did to save a high score file:

Code (glbasic) Select


FILE_PATH$ = PLATFORMINFO$("DOCUMENTS")
.
.
.

ok = OPENFILE(1, FILE_PATH$+"/highscore.dat", 1)
IF (ok)
READLONG 1, highscore%
ENDIF

.
.
.
SUB GLB_ON_QUIT:
ok = OPENFILE(1, FILE_PATH$+"/highscore.dat", 0)
IF (ok)
WRITELONG 1,highscore%
CLOSEFILE 1
ENDIF

ENDSUB
#223
Thanks.  :good:
#224
Hi

Does anybody know where I can get free sounds. Or is it better to buy a commercial library??  :| Specific sound I am looking for is the stretching of an elastic band. Any ideas???
#225
Hi

I am from the "blitz" world and have been using GLBASIC for about a month now. I am totally happy with the product and the developer.  :good: :good: :good: