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

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Tristla
Posts: 1
Joined: Sat May 26, 2012 6:35 am
Contact:

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

Post by Tristla » Sat May 26, 2012 6:48 am

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??
A strong man will struggle with the storms of fate.

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

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

Post by BvG » Sat May 26, 2012 4:15 pm

Code: Select all

put field "Username" into myData
answer file ""
put it into thePath
put myData into url ("file:" & thePath)
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

Post Reply