home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Boot Disc 2
/
boot-disc-1996-10.iso
/
bootcd.dir
/
00296_Script_296
< prev
next >
Wrap
Text File
|
1996-08-09
|
536b
|
13 lines
on mouseDown
if the mouseline<1 then
put "You must click on the name of a game or application to select it." into field "DemoInfo"
else
set the textstyle of field (the membernum of sprite the clickon) to "plain"
set the textstyle of line the mouseline of field (the membernum of sprite the clickon) to "bold"
end if
set membername=the name of member the membernum of sprite the clickon
set pos=offset("Text",membername)
delete char pos to length(membername) of membername
SelectDemo membername
end