im publishing gettting no error but the app louches and then closes
im running the itouchdemo
:(
is it the new os 4 sdk?
i think its because kittie changed something in mousecount. test some other code like WHILE TRUE PRIN "Hallo World!",0,0 SHOWSCREEN WEND
try instead of "dim mouse[5]" I think "dim mouse[getmousecount()]"
Could work... That was my Problem :)