home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set the soundKeepDevice to 0
- appPath = baFindApp("orl")
- if appPath = EMPTY then
- go(marker("install"))
- else
- primaryMonitor = getAt(the deskTopRectList, 1)
- width = primaryMonitor.right - primaryMonitor.left
- height = primaryMonitor.bottom - primaryMonitor.top
- if width < 800 then
- go(the frame + 1)
- else
- if height < 600 then
- go(the frame + 1)
- else
- go(marker("multimedia"))
- end if
- end if
- end if
- end
-