Hia there, just wanted to start by saying that I am a total newb at this haha...
Question 1, how do I change the default arrow key-controlling with 8-direction movement behavior?
Question 2, how do I save a specific Private variable? (to save a highscore)
thanks in advance :)
1. In application preferences (click on layout---> click application|properties in bottom line of the properies window (which will probably be attached to your left hand screen).
2. include the ini plugin
structure a file like this and put in [appath]Data\Save
Structure ini file like this:
[groupname]
; comment
HIGHSCORE=5000
Load the file using apppath&"Data\Save\nameofini.ini"
Then load value with INI.ItemValue("groupname","HIGHSCORE")