3.6 version

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

3.6 version

Post by Mr. Kibernetik »

Bug in GET SPRITE POS command will be corrected.

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: 3.6 version

Post by Mr. Kibernetik »

Help button will be available from files window.

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: 3.6 version

Post by Mr. Kibernetik »

It will be possible to create desktop icons to run smart BASIC programs directly from your desktop.
Read "Notes" section of the manual for details.

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: 3.6 version

Post by Mr. Kibernetik »

It will be not necessary to use sprite name in SPRITE END command.

New program sample "15.txt" will be added to section "Games".

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: 3.6 version

Post by Mr. Kibernetik »

"Run" button will be added to top toolbar when program stopped. It will allow to re-run program without entering code editing.

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: 3.6 version

Post by Mr. Kibernetik »

smart BASIC will be able to show images directly from files view, with information: image width and height, dpi scale, number of frames (for animated GIF). Animated GIF files will be shown with animation.

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: 3.6 version

Post by Mr. Kibernetik »

Command SPRITE AT will be expanded:

SPRITE n$ AT x,y SCALE s ANGLE a FLIP k
places sprite with name [n$] at coordinates [x] and [y], sets its scale to value [s] and rotates it to angle [a]. Parameter FLIP allows to mirror sprite horizontally if [k] = 1, mirror vertically if [k] = 2, or show without mirroring if [k] = 0 or if FLIP is not used. Scaling and rotation are performed relatively the center of the sprite. Parameters SCALE, ANGLE and FLIP are optional, their order is arbitrary. By default scale is 1 and angle is 0. OPTION ANGLE command affects this command.

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: 3.6 version

Post by Mr. Kibernetik »

new command will be added:

SPRITE n$ FLIP k
mirrors sprite [n$] horizontally if [k] = 1, vertically if [k] = 2, or shows sprite without mirroring if [k] = 0.

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: 3.6 version

Post by Mr. Kibernetik »

This version is feature-packed and is heading to App Store.

Operator
Posts: 138
Joined: Mon May 06, 2013 5:52 am

Re: 3.6 version

Post by Operator »

Yuhuuuu, just downloaded and rated *****
Thanks for including forum user's screenshots
in the App overview slides : )

Post Reply