4.1 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

4.1 version

Post by Mr. Kibernetik »

Error with files inclusion {} using relative paths 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: 4.1 version

Post by Mr. Kibernetik »

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.

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: 4.1 version

Post by Mr. Kibernetik »

Background music will not be muted when program runs.

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: 4.1 version

Post by Mr. Kibernetik »

New function will be added:

CURRENT_DIR$ ()
returns current directory.

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: 4.1 version

Post by Mr. Kibernetik »

New function will be added:

DEVICE_NAME$ ()
returns device name.

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: 4.1 version

Post by Mr. Kibernetik »

New sprite function will be added:

SPRITE_VISIBLE (n$)
returns 1 if sprite with name [n$] is shown, otherwise returns 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: 4.1 version

Post by Mr. Kibernetik »

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.

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: 4.1 version

Post by Mr. Kibernetik »

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.

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: 4.1 version

Post by Mr. Kibernetik »

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.

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: 4.1 version

Post by Mr. Kibernetik »

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].

Post Reply