4.3 version
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
4.3 version
Bug in LIST command for iOS 5 will be corrected.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.3 version
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.
MUSIC m$ VOLUME x
sets playback volume of musical composition [m$] to value [x]. Volume value is set from 0 to 1.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.3 version
Application will be updated for iOS 8.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.3 version
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$].
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$].
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.3 version
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].
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].
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.3 version
Bug which prevented encoded programs to be run from desktop icons will be fixed.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.3 version
Application behavior will be modified:
if program is run with desktop icon and is terminated by user, then application will quit to desktop.
if program is run with desktop icon and is terminated by user, then application will quit to desktop.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.3 version
New command will be added:
EXIT
ends program execution and quits application.
EXIT
ends program execution and quits application.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.3 version
Object BROWSER will be able to load local files.
Manual for BROWSER commands will be corrected.
Manual for BROWSER commands will be corrected.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.3 version
Sample program "hello world.txt" will be updated.