home *** CD-ROM | disk | FTP | other *** search
- on ARTVideoGo f
- global ARTVideoMasterList, ARTVideoBeenHere, IFLArtsNameSprite, ARTComp, IFLButtonList, ARTVidList, ARTVidPalList
- set ARTVideoBeenHere to 1
- updateStage()
- if the type of member the member of sprite 30 = #digitalVideo then
- set the movieRate of sprite 30 to 0
- set the video of member "test" to 0
- set the castNum of sprite 30 to 53
- updateStage()
- end if
- repeat with a = 1 to count(ARTVidList)
- setAt(getAt(ARTVidList, a), 2, 0)
- setAt(getAt(ARTVidList, a), 3, 0)
- end repeat
- repeat with d = 1 to count(ARTVidPalList)
- setAt(getAt(ARTVidPalList, d), 5, the castNum of sprite getAt(getAt(ARTVidPalList, d), 1))
- set the locH of sprite getAt(getAt(ARTVidPalList, d), 1) to 2000
- end repeat
- set the castNum of sprite 26 to 264
- set the castNum of sprite IFLArtsNameSprite to 58
- repeat with d = 27 to 29
- set the locH of sprite d to 2000
- end repeat
- set the locH of sprite 36 to 2000
- set the ink of sprite 36 to 0
- updateStage()
- puppetPalette("MASARTSPallette")
- updateStage()
- puppetPalette(0)
- updateStage()
- repeat with d = 1 to count(ARTVidPalList)
- if getAt(getAt(ARTVidPalList, d), 5) = getAt(getAt(ARTVidPalList, d), 4) then
- set the castNum of sprite getAt(getAt(ARTVidPalList, d), 1) to getAt(getAt(ARTVidPalList, d), 3)
- else
- set the castNum of sprite getAt(getAt(ARTVidPalList, d), 1) to getAt(getAt(ARTVidPalList, d), 3) + 1
- end if
- set the locH of sprite getAt(getAt(ARTVidPalList, d), 1) to getAt(getAt(ARTVidPalList, d), 2)
- end repeat
- set the castNum of sprite IFLArtsNameSprite to 54
- set the castNum of sprite 26 to 70
- repeat with z = 1 to count(IFLButtonList)
- set TwochangeSprite to getAt(IFLButtonList, z)
- if getAt(TwochangeSprite, 1) <> IFLArtsNameSprite then
- set the castNum of sprite getAt(TwochangeSprite, 1) to getAt(TwochangeSprite, 2)
- set the locH of sprite getAt(TwochangeSprite, 1) to getAt(TwochangeSprite, 3)
- set the locV of sprite getAt(TwochangeSprite, 1) to getAt(TwochangeSprite, 4)
- end if
- end repeat
- set the locH of sprite 38 to 53
- set whichSection to getAt(ARTChooseSectionList, f)
- setAt(whichSection, 2, 0)
- setAt(ARTWhichPartList, f, 0)
- set ARTComp to 0
- end
-