home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global IFLRolledOver, IFLSpriteDifference, IFLhasLineFlashedList, IFLCanChange, ADDAdCount, ADDADvertSprite, ADDADCOntTwo, IFLButtonList, IFLArtsNameSprite, IFLResourcesNameSprite, RESMasterList, MASRESFlag, RESESwitch, ESprite, RESButtonCount, IFLQuitsprite, RESQuittingList, RESQuitCounter, RESChooseQuit, WaitFactor, browserID, IFLBrowsercounter, IFLMistake, GTSWIN95, IFLGoNow, IFLMovieNameList, IFLWhichcursorList, IFLThisButton, addlist, addPallist, ADDMouse, ADDThisNum, ADDKindList, REFAddWatch, RESHiLightList
- repeat with t = 1 to 48
- puppetSprite(t, 1)
- set the stretch of sprite t to 0
- end repeat
- set REFAddWatch to 0
- set IFLThisButton to 41
- set IFLResourcesNameSprite to 41
- set IFLSpriteDifference to 38
- set IFLQuitsprite to 38
- set RESQuitCounter to 0
- set RESChooseQuit to 0
- set IFLGoNow to 0
- set browserID to 0
- set IFLBrowsercounter to 0
- set IFLMistake to 0
- set ADDADvertSprite to 48
- set IFLRolledOver to 0
- if MASRESFlag = 0 then
- set ADDADCOntTwo to 0
- set ADDAdCount to 0
- set IFLCanChange to 1
- set RESESwitch to 0
- set ESprite to 3
- set RESButtonCount to 0
- end if
- set IFLMovieNameList to list("REFWAUG", "HANWAUG", "RESWAUG", "GROWAUG", "FAEWAUG", "GESWAUG", "GTSWAUG", "ARTWAUG", "MGIWAUG")
- set IFLButtonList to list([39, 1012, 653, 150, 172, 170, 117, 327], [40, 1005, 404, 150, 46, 44, 117, 327], [41, 41, 653, 106, 46, 44, 117, 327], [42, 1003, 404, 105, 181, 179, 117, 327], [43, 1008, 164, 61, 184, 182, 117, 327], [44, 1017, 404, 61, 81, 79, 117, 327], [45, 1001, 164, 105, 190, 188, 117, 327], [46, 1015, 164, 150, 67, 65, 117, 327], [47, 1014, 653, 61, 196, 194, 117, 327])
- set IFLhasLineFlashedList to list(4, 5, 2, 1, 5, 0, 0, 2, 5)
- set RESQuittingList to list([38, 81, 82, 36, 39], [47, 1001, 73, 36, 36], [45, 1001, 74, 36, 0], [46, 1001, 75, 36, 0], [44, 1001, 76, 36, 0], [42, 1001, 77, 36, 0], [40, 1001, 78, 36, 0], [43, 1001, 79, 36, 36], [39, 1001, 80, 36, 0])
- if MASRESFlag = 0 then
- set RESHiLightList to list()
- set RESMasterList to list([2, 54, 320, 240, 0], [3, 55, 2000, 240, 36], [7, 62, 2000, 240, 36], [5, 63, 2000, 240, 36], [6, 64, 2000, 240, 36], [4, 65, 296, 260, 36], [8, 88, 2000, 260, 36], [20, 0], [21, 0], [22, 0], [23, 0], [13, 0], [14, 0], [15, 0], [16, 0], [17, 0], [18, 0], [19, 0], [9, 89, 2000, 260, 0], [10, 90, 2000, 260, 0], [11, 91, 2000, 260, 0], [12, 92, 2000, 260, 0], [24, 0], [25, 0], [26, 0], [27, 0], [28, 0], [29, 0], [30, 0], [31, 0], [32, 0], [33, 0], [34, 93, 2000, 200, 36], [35, 87, 2000, 200, 36], [36, 69, 225, 2000, 39], [37, 0], [38, 81, 53, 442, 36])
- end if
- if the machineType > 200 then
- win_initialise()
- end if
- IFLCursorSet()
- end
-
- on stopMovie
- if the machineType > 200 then
- win_exit()
- end if
- end
-