4.8 version
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.8 version
Description and functionality of functions ASIN(), ACOS() and ATAN() 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.8 version
New sample program "screen intro.txt" will be added to Sprites section.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.8 version
New sample program "circles.txt" will be added to Graphics section.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.8 version
New SET ORIENTATION options will be added:
SET ORIENTATION LANDSCAPE
SET ORIENTATION PORTRAIT
sets device interface orientation.
SET ORIENTATION command will be expanded:
SET ORIENTATION p
sets device interface orientation according to value [p].
Unlocks orientation if [p]=0, sets portrait orientation if [p]=1, landscape orientation with "Home" button on the left if [p]=2, portrait orientation upside down if [p]=3, landscape orientation with "Home" button on the right if [p]=4, portrait orientation with any direction if [p]=5, landscape orientation with any direction if [p]=6.
SET ORIENTATION LANDSCAPE
SET ORIENTATION PORTRAIT
sets device interface orientation.
SET ORIENTATION command will be expanded:
SET ORIENTATION p
sets device interface orientation according to value [p].
Unlocks orientation if [p]=0, sets portrait orientation if [p]=1, landscape orientation with "Home" button on the left if [p]=2, portrait orientation upside down if [p]=3, landscape orientation with "Home" button on the right if [p]=4, portrait orientation with any direction if [p]=5, landscape orientation with any direction if [p]=6.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.8 version
Command
BROWSER n$ SET TEXT t$ URL a$
will become obsolete and will be replaced with
BROWSER n$ TEXT t$ URL a$
BROWSER n$ SET TEXT t$ URL a$
will become obsolete and will be replaced with
BROWSER n$ TEXT t$ URL a$
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.8 version
Command
BROWSER n$ SET URL a$
will become obsolete and will be replaced with
BROWSER n$ URL a$
BROWSER n$ SET URL a$
will become obsolete and will be replaced with
BROWSER n$ URL a$
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.8 version
Command
BUTTON n$ SET TEXT a$
will become obsolete and will be replaced with
BUTTON n$ TEXT a$
BUTTON n$ SET TEXT a$
will become obsolete and will be replaced with
BUTTON n$ TEXT a$
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.8 version
New code highlighting feature will be introduced, using new settings commands:
SET EDITOR CAPSYNTAX OFF
SET EDITOR CAPSYNTAX ON
turns ON or turns OFF automatic smart BASIC language keywords highlighting with capital letters in code editor during text editing. This setting changes the text of program, not only its visual representation. This effect cannot be undone.
SET EDITOR CAPSYNTAX OFF
SET EDITOR CAPSYNTAX ON
turns ON or turns OFF automatic smart BASIC language keywords highlighting with capital letters in code editor during text editing. This setting changes the text of program, not only its visual representation. This effect cannot be undone.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.8 version
Command FIELD SET TEXT will become obsolete and will be replaced with FIELD TEXT command.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.8 version
Command LIST SET SELECTION will become obsolete and will be replaced with LIST SELECT command.
Command LIST SET TEXT will become obsolete and will be replaced with LIST TEXT command.
Command LIST SET TEXT will become obsolete and will be replaced with LIST TEXT command.