home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gSong, gPath, gBlue, gNetDati, gClickDati, gLine, netLibraryList
- clearCache()
- set the visible of sprite 50 to 0
- set the visible of sprite 51 to 0
- set gSong to EMPTY
- set the foreColor of field "fieldElencoSongNet" to 0
- set pos to the mouseLine
- set song to line pos of field "fieldElencoSongNet"
- set the foreColor of line pos of field "fieldElencoSongNet" to gBlue
- stop(member "preview")
- set gNetDati to getNetText("http://www.groovemaker.com/songpreview/" & getAt(netLibraryList, pos) & ".txt")
- set gClickDati to 1
- set gLine to pos
- put EMPTY into field "fieldDescription"
- put EMPTY into field "fieldLibrary"
- put EMPTY into field "fieldTitle"
- put EMPTY into field "fieldCopy"
- put EMPTY into field "fieldLic"
- end
-