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 - DVD Guy

#1
I get English.  I'm in the U.S.
#2
Hi ampos,

I have a non-jailbroken iphone 4, ios 4.1. The splash screen displays, then it crashes.
#3
Hi Matchy -

My finger is tired :D
I tested on an iphone 4 (8 GB) w/ ios 4.1. No problems, no crashes - everything seems to work fine.  I haven't see an iad yet, though - I'm in the U.S. (not sure if that has any relevance).  I've read that iads are in short supply due to a significant downturn in sales after Christmas, so it may take a while to see them. I'll let you know if I do. 
#4
My first post  :nw:

Hi ampos,

try

CONSTANT mysprite%=7

Note that you can later attempt to change the value in code (e.g. CONSTANT mysprite%=12) and the program will compile, but the value will not change.  Referencing it without the CONSTANT keyword will generate a compile-time error.