home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- hide()
- if the mouseLine = 1 then
- set the visible of sprite 31 to 1
- end if
- if the mouseLine = 2 then
- set the visible of sprite 32 to 1
- end if
- if the mouseLine = 3 then
- set the visible of sprite 33 to 1
- end if
- if the mouseLine = 4 then
- set the visible of sprite 34 to 1
- end if
- if the mouseLine = 5 then
- set the visible of sprite 35 to 1
- end if
- if the mouseLine = 6 then
- set the visible of sprite 36 to 1
- end if
- if the mouseLine = 10 then
- set the visible of sprite 40 to 1
- end if
- if (the doubleClick = 1) and (the mouseLine = 1) then
- open(the pathName & "sharewar\win3x\Drag\Dzsetup.exe")
- end if
- if (the doubleClick = 1) and (the mouseLine = 2) then
- open(the pathName & "sharewar\win3x\Label\Setup.exe")
- end if
- if (the doubleClick = 1) and (the mouseLine = 3) then
- open(the pathName & "sharewar\win3x\Liberty\Install.exe")
- end if
- if (the doubleClick = 1) and (the mouseLine = 4) then
- open(the pathName & "sharewar\win3x\Masters\Setup.exe")
- end if
- if (the doubleClick = 1) and (the mouseLine = 5) then
- open(the pathName & "sharewar\win3x\Mmaker\Setup.exe")
- end if
- if (the doubleClick = 1) and (the mouseLine = 6) then
- open(the pathName & "sharewar\win3x\Xtrain\Setup.exe")
- end if
- end
-