home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global dbase, banner
- if the text of member "status" = "Press here to launch game." then
- launch(dbase)
- put "Game has been launched. Please wait." into field "status"
- else
- if objectp(banner) then
- if offset("This is a DOS Game. Press to open window", the sourcestr of banner) > 0 then
- launch(dbase)
- end if
- end if
- end if
- end
-