home *** CD-ROM | disk | FTP | other *** search
- global currentFullScreen
-
- on mouseWithin
- if (member(the member of sprite 13).type <> #quickTimeMedia) and ((the member of sprite 13).type <> #flash) then
- set the cursor of sprite 13 to 280
- if the lastRoll > 60 then
- sprite(68).visible = 1
- set the loc of sprite 68 to the mouseLoc
- end if
- else
- set the cursor of sprite 13 to 0
- pass()
- end if
- end
-
- on mouseLeave
- sprite(68).visible = 0
- end
-
- on mouseUp me
- if (the member of sprite me.spriteNum).type = #bitmap then
- cursor(-1)
- currentFullScreen = (the member of sprite me.spriteNum).name
- hideMap()
- go("ViewFullScreenPic")
- end if
- end
-