Page 1 of 1

I don't know how to read from a file the highscore

Posted: Sat May 26, 2012 6:48 am
by Tristla
1) First the player type his name but in the same time i need to use my

custom letter animated in format gif.


2) Then store the name and the record in a list.


3)Last, scroll the list from bottom to up.


:shock: Do you have any ideas to help me??

Re: I don't know how to read from a file the highscore

Posted: Sat May 26, 2012 4:15 pm
by BvG

Code: Select all

put field "Username" into myData
answer file ""
put it into thePath
put myData into url ("file:" & thePath)