home *** CD-ROM | disk | FTP | other *** search
- on INTLaunchAlert
- global IntMainAlertSprite, IntTopStripAlertSprite, INTLastButtonAlertSpriteThree, IntBrowserAlOption, DriveLtr
- beep()
- set the member of sprite IntMainAlertSprite to member "IntALERTThree"
- set the loc of sprite IntMainAlertSprite to point(200, 200)
- set the ink of sprite IntMainAlertSprite to 0
- set the member of sprite IntTopStripAlertSprite to member "InttopStripALERTThree"
- set the loc of sprite IntTopStripAlertSprite to point(200, 200)
- set the ink of sprite IntTopStripAlertSprite to 0
- updateStage()
- repeat with t = IntMainAlertSprite to IntBrowserAlOption
- set thiscastnumber to the memberNum of sprite IntTopStripAlertSprite + (t - IntTopStripAlertSprite)
- set the member of sprite t to member thiscastnumber of castLib "internet"
- set the loc of sprite t to point(200, 200)
- set the ink of sprite t to 0
- put the name of member the member of sprite t
- end repeat
- updateStage()
- repeat while 1
- if not rollOver(IntMainAlertSprite) and the mouseDown then
- beep()
- repeat while the mouseDown
- end repeat
- end if
- case rollOver() of
- IntTopStripAlertSprite:
- if the mouseDown then
- set IntOffsetH to the locH of sprite IntMainAlertSprite - the mouseH
- set IntOffsetV to the locV of sprite IntMainAlertSprite - the mouseV
- repeat while the mouseDown
- set INTMouseH to the mouseH
- set INTMouseV to the mouseV
- repeat with t = IntMainAlertSprite to INTLastButtonAlertSpriteThree
- set the loc of sprite t to point(INTMouseH + IntOffsetH, INTMouseV + IntOffsetV)
- end repeat
- updateStage()
- end repeat
- end if
- INTLastButtonAlertSpriteThree:
- if the mouseDown then
- set thiscastnumber to the memberNum of sprite INTLastButtonAlertSpriteThree + 2
- set the member of sprite INTLastButtonAlertSpriteThree to member thiscastnumber of castLib "internet"
- updateStage()
- repeat while the mouseDown
- if not rollOver(INTLastButtonAlertSpriteThree) then
- set thiscastnumber to the memberNum of sprite INTLastButtonAlertSpriteThree - 2
- set the member of sprite INTLastButtonAlertSpriteThree to member thiscastnumber of castLib "internet"
- updateStage()
- exit repeat
- end if
- end repeat
- if rollOver(INTLastButtonAlertSpriteThree) then
- set thiscastnumber to the memberNum of sprite INTLastButtonAlertSpriteThree - 2
- set the member of sprite INTLastButtonAlertSpriteThree to member thiscastnumber of castLib "internet"
- updateStage()
- repeat with t = IntMainAlertSprite to IntBrowserAlOption
- set the locH of sprite t to 2000
- end repeat
- updateStage()
- set theapplication to the text of field "INTLocation"
- open(DriveLtr & "\WPCWEB\INDEX.HTM", theapplication)
- put "past the launch"
- exit repeat
- end if
- end if
- IntBrowserAlOption:
- if the mouseDown then
- set the memberNum of sprite IntBrowserAlOption to the memberNum of sprite IntBrowserAlOption + 2
- updateStage()
- repeat while the mouseDown
- if not rollOver(IntBrowserAlOption) then
- set thiscastnumber to the memberNum of sprite IntBrowserAlOption - 2
- set the member of sprite IntBrowserAlOption to member thiscastnumber of castLib "internet"
- updateStage()
- exit repeat
- end if
- end repeat
- if rollOver(IntBrowserAlOption) then
- set thiscastnumber to the memberNum of sprite IntBrowserAlOption - 2
- set the memberNum of sprite IntBrowserAlOption to member thiscastnumber of castLib "internet"
- updateStage()
- repeat with t = IntMainAlertSprite to IntBrowserAlOption
- set the locH of sprite t to 2000
- end repeat
- updateStage()
- exit repeat
- end if
- end if
- otherwise:
- end case
- end repeat
- end
-