Page 1 of 1

2.0 version

Posted: Sun Apr 28, 2013 5:57 am
by Mr. Kibernetik
Version 2.0 is temporary removed from store after several hours of distribution because a bug is found.
Updated version 2.0.1 is on its way, and it will be treated as the first of 2.x versions.

Re: 2.0 version

Posted: Tue Apr 30, 2013 8:35 pm
by Dalede
Could you post the help file for this new version so we can get an idea of the new features? It would be handy to always have the help file as sometimes I want to look something up while in the forum and I don't have my iPad handy.

2.0.1 version announce

Posted: Wed May 01, 2013 5:19 am
by Mr. Kibernetik
What's new in future version 2.0.1:

- (IMPORTANT!) syntax of DEF command is changed. If you used arrays as function parameters then you will need to update your code. Please refer to documentation of DEF command to see how to declare arrays as function parameters

- multitouch support is added. Total 11 simultaneous touches are available with new functions TOUCH_X, TOUCH_Y

- accelerometer support is added with new functions ACCEL_X, ACCEL_Y, ACCEL_Z

- ON .. GOSUB command is added

- DRAW CIRCLE .. SIZE, FILL CIRCLE .. SIZE, DRAW RECT .. SIZE, FILL RECT .. SIZE commands are added

- bugs are corrected

- BASIC documentation is updated

- two new examples are available, so example files will re-appear in your smart BASIC documents folder

Manual and new examples are attached.
Please note that this will work only when version 2.0.1 is available on AppStore.

Re: 2.0 version

Posted: Fri May 03, 2013 9:31 am
by Henko
My largest program (the oil company simulation, about 1100 lines) is running nicely under the new version. Thanks for this version. The only thing is the conversion in the "draw text" command, which is very easy to overcome.

What about the uploaded programs in the program section of this forum, who need modification of the DEF statement if arrays are passed? They will abend when run.