4.1 version
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
4.1 version
Error with files inclusion {} using relative paths 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.1 version
DRAW IMAGE command will respect current drawing alpha and graphics mode.
SPRITE STAMP command will respect current graphics mode.
to Dutchman: docs for SPRITE STAMP will be updated too.
SPRITE STAMP command will respect current graphics mode.
to Dutchman: docs for SPRITE STAMP will be updated too.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.1 version
Background music will not be muted when program runs.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.1 version
New function will be added:
CURRENT_DIR$ ()
returns current directory.
CURRENT_DIR$ ()
returns current directory.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.1 version
New function will be added:
DEVICE_NAME$ ()
returns device name.
DEVICE_NAME$ ()
returns device name.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 4.1 version
New sprite function will be added:
SPRITE_VISIBLE (n$)
returns 1 if sprite with name [n$] is shown, otherwise returns 0.
SPRITE_VISIBLE (n$)
returns 1 if sprite with name [n$] is shown, otherwise returns 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.1 version
New commands and function will be added:
BUTTON n$ HIDE
hides button which name is [n$].
BUTTON n$ SHOW
shows previously hidden button which name is [n$].
BUTTON_VISIBLE (n$)
returns 1 if button with name [n$] is shown, otherwise it returns 0.
BUTTON n$ HIDE
hides button which name is [n$].
BUTTON n$ SHOW
shows previously hidden button which name is [n$].
BUTTON_VISIBLE (n$)
returns 1 if button with name [n$] is shown, otherwise it returns 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.1 version
New commands and function will be added:
FIELD n$ HIDE
hides text input field which name is [n$].
FIELD n$ SHOW
shows previously hidden text input field which name is [n$].
FIELD_VISIBLE (n$)
returns 1 if text input field with name [n$] is shown, otherwise it returns 0.
FIELD n$ HIDE
hides text input field which name is [n$].
FIELD n$ SHOW
shows previously hidden text input field which name is [n$].
FIELD_VISIBLE (n$)
returns 1 if text input field with name [n$] is shown, otherwise it returns 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.1 version
New commands and functions will be added:
LIST n$ HIDE
hides list which name is [n$].
LIST n$ SHOW
shows previously hidden list which name is [n$].
LIST_VISIBLE (n$)
returns 1 if list with name [n$] is shown, otherwise it returns 0.
SLIDER n$ HIDE
hides slider which name is [n$].
SLIDER n$ SHOW
shows previously hidden slider which name is [n$].
SLIDER_VISIBLE (n$)
returns 1 if slider with name [n$] is shown, otherwise it returns 0.
SWITCH n$ HIDE
hides switch which name is [n$].
SWITCH n$ SHOW
shows previously hidden switch which name is [n$].
SWITCH_VISIBLE (n$)
returns 1 if switch with name [n$] is shown, otherwise it returns 0.
LIST n$ HIDE
hides list which name is [n$].
LIST n$ SHOW
shows previously hidden list which name is [n$].
LIST_VISIBLE (n$)
returns 1 if list with name [n$] is shown, otherwise it returns 0.
SLIDER n$ HIDE
hides slider which name is [n$].
SLIDER n$ SHOW
shows previously hidden slider which name is [n$].
SLIDER_VISIBLE (n$)
returns 1 if slider with name [n$] is shown, otherwise it returns 0.
SWITCH n$ HIDE
hides switch which name is [n$].
SWITCH n$ SHOW
shows previously hidden switch which name is [n$].
SWITCH_VISIBLE (n$)
returns 1 if switch with name [n$] is shown, otherwise it returns 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.1 version
New commands will be added:
LIST BUTTONS TO a$,n
saves list of existing buttons' names to string array [a$] and size of returned array to numeric variable [n].
LIST FIELDS TO a$,n
saves list of existing text input fields' names to string array [a$] and size of returned array to numeric variable [n].
LIST LISTS TO a$,n
saves list of existing lists' names to string array [a$] and size of returned array to numeric variable [n].
LIST SLIDERS TO a$,n
saves list of existing sliders' names to string array [a$] and size of returned array to numeric variable [n].
LIST SWITCHES TO a$,n
saves list of existing switches' names to string array [a$] and size of returned array to numeric variable [n].
LIST BUTTONS TO a$,n
saves list of existing buttons' names to string array [a$] and size of returned array to numeric variable [n].
LIST FIELDS TO a$,n
saves list of existing text input fields' names to string array [a$] and size of returned array to numeric variable [n].
LIST LISTS TO a$,n
saves list of existing lists' names to string array [a$] and size of returned array to numeric variable [n].
LIST SLIDERS TO a$,n
saves list of existing sliders' names to string array [a$] and size of returned array to numeric variable [n].
LIST SWITCHES TO a$,n
saves list of existing switches' names to string array [a$] and size of returned array to numeric variable [n].