Page 1 of 6

4.3 version

Posted: Sun Aug 03, 2014 7:56 am
by Mr. Kibernetik
Bug in LIST command for iOS 5 will be corrected.

Re: 4.3 version

Posted: Sun Aug 03, 2014 11:20 am
by Mr. Kibernetik
New command will be added:

MUSIC m$ VOLUME x
sets playback volume of musical composition [m$] to value [x]. Volume value is set from 0 to 1.

Re: 4.3 version

Posted: Fri Aug 08, 2014 6:56 am
by Mr. Kibernetik
Application will be updated for iOS 8.

Re: 4.3 version

Posted: Wed Aug 27, 2014 12:02 pm
by Mr. Kibernetik
New commands will be added:

CAMERA n$ AT BACK/FRONT PHOTO
CAMERA n$ AT BACK/FRONT VIDEO LOW/MEDIUM/HIGH
create camera [n$], connected to BACK or FRONT device camera for making PHOTO or VIDEO recordings. Camera for video recording can have optional quality parameter: LOW, MEDIUM or HIGH video quality. If parameter is not specified then high quality is used. Examples of usage:
CAMERA "photocam" AT FRONT PHOTO
creates camera for making photographs with front camera;
CAMERA "videocam" AT BACK VIDEO
creates camera for making video recordings with back camera;
CAMERA "videocam" AT BACK VIDEO LOW
creates camera for making video recordings with back camera in low quality.

CAMERA n$ DELETE
deletes camera [n$].

CAMERA n$ RECORD f$
starts video recording with camera [n$] to file [f$] in MOV format.

CAMERA n$ SNAPSHOT f$
creates photo snapshot with camera [n$] and saves it to file [f$] in JPG format.

CAMERA n$ STOP
stops video recording with camera [n$].

CAMERA n$ VIEW s$
displays camera [n$] inside sprite [s$].

Re: 4.3 version

Posted: Sat Aug 30, 2014 12:28 pm
by Mr. Kibernetik
New command will be added:

GET CAMERA n$ SIZE w,h
gets width and height of image from camera [n$] to numeric variables [w] and [h], in points. If camera does not exist it returns [0, 0].

Re: 4.3 version

Posted: Sat Aug 30, 2014 1:32 pm
by Mr. Kibernetik
Bug which prevented encoded programs to be run from desktop icons will be fixed.

Re: 4.3 version

Posted: Sat Aug 30, 2014 7:51 pm
by Mr. Kibernetik
Application behavior will be modified:

if program is run with desktop icon and is terminated by user, then application will quit to desktop.

Re: 4.3 version

Posted: Sun Aug 31, 2014 3:25 am
by Mr. Kibernetik
New command will be added:

EXIT
ends program execution and quits application.

Re: 4.3 version

Posted: Sun Aug 31, 2014 4:06 am
by Mr. Kibernetik
Object BROWSER will be able to load local files.
Manual for BROWSER commands will be corrected.

Re: 4.3 version

Posted: Tue Sep 02, 2014 6:24 am
by Mr. Kibernetik
Sample program "hello world.txt" will be updated.