home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set angle to the PanAngle of sprite(1)
- set fileName to the BackBufferMovie of sprite(1)
- if (angle >= 30) and (angle < 172) then
- if not (fileName contains "f_in08.mov") then
- set the AreaOfInterest of sprite(1) to rect(290, 588, 409, 827)
- PlayBackBufferMovie(sprite(1), "@\files\f_in08.mov", #loop)
- end if
- else
- if not (fileName contains "f_in08b.mov") then
- set the AreaOfInterest of sprite(1) to rect(278, 1542, 457, 1781)
- PlayBackBufferMovie(sprite(1), "@\files\f_in08b.mov", #loop)
- end if
- end if
- go(the frame)
- end
-