<script>on mouseUpvisual effect dissolvego cd "Credits"end mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "About" & return & return & "Click this button to " ¬& "get more info about HyperMovie Player." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>2</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>88</left>
<top>308</top>
<right>162</right>
<bottom>337</bottom>
</rect>
<style>shadow</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>plain</textStyle>
<name>Quit</name>
<script>on mouseUpanswer "Please remember to send your shareware fee. Thank you!"doMenu "Quit HyperCard"end mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Quit" & return & return & "Click this button to " ¬& "close HyperMovie Player and quit HyperCard." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>4</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>183</left>
<top>28</top>
<right>222</right>
<bottom>66</bottom>
</rect>
<style>shadow</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>9826</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name></name>
<script>on mouseStillDownglobal MovieWindow, whereFlag, playFlagif there is a window MovieWindow thenif the optionKey is down then exit mouseStillDownput the currTime of window MovieWindow into whereAtput the startTime of window MovieWindow into theBeginningif whereAt<=theBeginning thenput "Start" into whereFlaggetVolumeexit mouseStillDownelseput "" into whereFlagend ifif whereFlag = "Start" thenexit mouseStillDownend ifset the audioLevel of window MovieWindow to 0set the rate of window MovieWindow to -5.0send "StepRev" to window MovieWindowgetVolumeelsebeepanswer "You do not have a movie open."end ifend mouseStillDownon mouseDownglobal MovieWindow, playFlagif there is a window MovieWindow thenput false into playFlagif the optionKey is down thenset the audioLevel of window MovieWindow to 0send "StepRev" to window MovieWindowgetVolumeend ifend ifend mouseDownon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Reverse" & return & return & "Click this button to " ¬& "scan backward through a movie. Holding down the " ¬& "option key and clicking this button will" ¬& " step the movie backward one frame at a time." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>7</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>223</left>
<top>28</top>
<right>262</right>
<bottom>66</bottom>
</rect>
<style>shadow</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>27638</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name></name>
<script>on mouseUpglobal MovieWindow, playFlagif there is a window MovieWindow thensend "Play" to window MovieWindowput true into playFlagelsebeepanswer "You do not have a movie open."end ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Play" & return & return & "Click this button to play the movie." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>5</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>263</left>
<top>28</top>
<right>302</right>
<bottom>66</bottom>
</rect>
<style>shadow</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>23660</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name></name>
<script>on mouseStillDownglobal MovieWindow, whereFlagif there is a window MovieWindow thenif the optionKey is down then exit mouseStillDownput the currTime of window MovieWindow into whereAtput the endTime of window MovieWindow into theEndif whereAt=theEnd thenput "End" into whereFlaggetVolumeexit mouseStillDownelseput "" into whereFlagend ifif whereFlag = "End" thenexit mouseStillDownend ifset the audioLevel of window MovieWindow to 0set the rate of window MovieWindow to 5.0send "StepFwd" to window MovieWindowgetVolumeelsebeepanswer "You do not have a movie open."end ifend mouseStillDownon mouseUpglobal MovieWindow, playFlagif there is a window MovieWindow thenput false into playFlagif the optionKey is down thenset the audioLevel of window MovieWindow to 0send "StepFwd" to window MovieWindowgetVolumeend ifend ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Forward" & return & return & "Click this button to " ¬& "scan forward through a movie. Holding down the " ¬& "option key and clicking this button will" ¬& " step forward one frame at a time." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>6</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>303</left>
<top>28</top>
<right>342</right>
<bottom>66</bottom>
</rect>
<style>shadow</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>25885</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name></name>
<script>on mouseUpglobal MovieWindow, playFlagif there is a window MovieWindow thensend "Pause" to window MovieWindowput false into playFlagelsebeepanswer "You do not have a movie open."end ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Stop" & return & return & "Click this button to stop a movie." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>19</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>183</left>
<top>68</top>
<right>280</right>
<bottom>93</bottom>
</rect>
<style>shadow</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>bold</textStyle>
<name>Load Movie</name>
<script>on mouseUpglobal MovieWindow, openFlag, windowType, theMovieNameif openFlag is false thenanswer file "Select a QuickTime movie:" of type "MooV"if the result is "Cancel" then exit mouseUpput it into theMovieNamelock screenput theMovieName into cd fld "MooVName"Movie theMovieName, windowType,"5,15","invisible","floating"set the controllerVisible of window MovieWindow to falseset the badge of window MovieWindow to falseshow window MovieWindowgetVolumeunlock screenput true into openFlagelsebeepanswer "Sorry, you cannot have more than one movie open."end ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Load Movie" & return & return & "Click this button to " ¬& "display the standard open file dialog and " ¬& "select a movie to be loaded." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>20</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>285</left>
<top>68</top>
<right>382</right>
<bottom>93</bottom>
</rect>
<style>shadow</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>bold</textStyle>
<name>Eject Movie</name>
<script>on mouseUpglobal MovieWindow, openFlag, playFlagif there is a window MovieWindow thenput false into playFlagclose window MovieWindowput "" into MovieWindowresetControlsput false into openFlagelsebeepanswer "You do not have a movie open."end ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Eject Movie" & return & return & "Click this button to " ¬& "close the currently open movie. " into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>21</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>181</left>
<top>300</top>
<right>458</right>
<bottom>338</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>plain</textStyle>
<textHeight>12</textHeight>
<name>MooVName</name>
<script>on mouseEnterglobal helpFlagif helpFlag is "on" thenput "Movie Name and Path" & return & return & "This field " ¬& "displays the name of the open movie and its location on your disk." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>22</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>254</left>
<top>227</top>
<right>324</right>
<bottom>278</bottom>
</rect>
<style>shadow</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>2000</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>bold</textStyle>
<name>Turn Loop On</name>
<script>on mouseUpglobal MovieWindowif there is a window MovieWindow thenif the short name of me is "Turn Loop Off" thenset the loop of window MovieWindow to falseset the name of me to "Turn Loop On"elseset the loop of window MovieWindow to trueset the name of me to "Turn Loop Off"end ifelsebeepanswer "You do not have a movie open."end ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Loop" & return & return & "This button " ¬& "will turn movie looping on or off." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>23</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>180</left>
<top>227</top>
<right>250</right>
<bottom>278</bottom>
</rect>
<style>shadow</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>1000</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>bold</textStyle>
<name>Turn Mute On</name>
<script>on mouseUpglobal MovieWindowif there is a window MovieWindow thenlock screenif the short name of me is "Turn Mute Off" thenset the mute of window MovieWindow to falseset the name of me to "Turn Mute On"set the icon of me to 1000elseset the mute of window MovieWindow to trueset the name of me to "Turn Mute Off"set the icon of me to 1001end ifunlock screenelsebeepanswer "You do not have a movie open."end ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Audio Mute" & return & return & "This button " ¬& "will turn mute on or off." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>25</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>329</left>
<top>227</top>
<right>399</right>
<bottom>278</bottom>
</rect>
<style>shadow</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>20653</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>bold</textStyle>
<name>Copy Frame</name>
<script>on mouseUpglobal MovieWindowif there is a window MovieWindow thensend "CopyFrame" to window MovieWindowanswer "The frame has been copied to the clipboard."elsebeepanswer "You do not have a movie open."end ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Copy Frame" & return & return & "This button " ¬& "will copy the current frame to the clipboard." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>27</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>343</left>
<top>28</top>
<right>382</right>
<bottom>66</bottom>
</rect>
<style>shadow</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>24601</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name></name>
<script>on mouseUpglobal MovieWindow, playFlagif there is a window MovieWindow thenput false into playFlagput the startTime of window MovieWindow into theBeginningset currTime of window MovieWindow to theBeginningelsebeepanswer "You do not have a movie open."end ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Return to Start" & return & return & "Click this button to " ¬& "return to the first frame of a movie." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>30</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>401</left>
<top>36</top>
<right>448</right>
<bottom>54</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>bold</textStyle>
<textHeight>12</textHeight>
<name>VolFld</name>
<script>on mouseEnterglobal helpFlagif helpFlag is "on" thenput "Volume Level" & return & return & "This field " ¬& "displays the current volume level." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>31</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>404</left>
<top>227</top>
<right>474</right>
<bottom>278</bottom>
</rect>
<style>shadow</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>3000</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>bold</textStyle>
<name>Show Controls</name>
<script>on mouseUpglobal MovieWindowif there is a window MovieWindow thenif the short name of me is "Hide Controls" thenset the controllerVisible of window MovieWindow to falseset the name of me to "Show Controls"elseset the controllerVisible of window MovieWindow to trueset the name of me to "Hide Controls"end ifelsebeepanswer "You do not have a movie open."end ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Show/Hide Controls" & return & return & "This button " ¬& "will show or hide the standard QuickTime™ movie controller." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>32</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>450</left>
<top>33</top>
<right>463</right>
<bottom>45</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name></name>
<script>on mouseUpglobal MovieWindowif there is a window MovieWindow thenput cd fld "VolFld" into sndVolumeif sndVolume < 7 thenadd 1 to sndVolumeif sndVolume = 0 then set the audioLevel of window MovieWindow to 0if sndVolume = 1 then set the audioLevel of window MovieWindow to 32if sndVolume = 2 then set the audioLevel of window MovieWindow to 64if sndVolume = 3 then set the audioLevel of window MovieWindow to 96if sndVolume = 4 then set the audioLevel of window MovieWindow to 128if sndVolume = 5 then set the audioLevel of window MovieWindow to 160if sndVolume = 6 then set the audioLevel of window MovieWindow to 192if sndVolume = 7 then set the audioLevel of window MovieWindow to 256put sndVolume into cd fld "VolFld"end ifelseanswer "You do not have a movie open."end ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Increase Volume" & return & return & "Click this button " ¬& "to increase the volume of a movie." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>33</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>450</left>
<top>45</top>
<right>463</right>
<bottom>57</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name></name>
<script>on mouseUpglobal MovieWindowif there is a window MovieWindow thenput cd fld "VolFld" into sndVolumeif sndVolume > 0 thensubtract 1 from sndVolumeif sndVolume = 0 then set the audioLevel of window MovieWindow to 0if sndVolume = 1 then set the audioLevel of window MovieWindow to 32if sndVolume = 2 then set the audioLevel of window MovieWindow to 64if sndVolume = 3 then set the audioLevel of window MovieWindow to 96if sndVolume = 4 then set the audioLevel of window MovieWindow to 128if sndVolume = 5 then set the audioLevel of window MovieWindow to 160if sndVolume = 6 then set the audioLevel of window MovieWindow to 192if sndVolume = 7 then set the audioLevel of window MovieWindow to 256put sndVolume into cd fld "VolFld"end ifelseanswer "You do not have a movie open."end ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Decrease Volume" & return & return & "Click this button " ¬& "to decrease the volume of a movie." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>36</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>176</left>
<top>122</top>
<right>476</right>
<bottom>212</bottom>
</rect>
<style>transparent</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>plain</textStyle>
<textHeight>12</textHeight>
<name>HelpFld</name>
<script></script>
</part>
<part>
<id>37</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>399</left>
<top>77</top>
<right>473</right>
<bottom>95</bottom>
</rect>
<style>checkbox</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>bold</textStyle>
<name>Help Off</name>
<script>on mouseUpglobal helpFlagput the short name of me into myNameif myName is "Help Off" thenput "on" into helpFlagset the hilite of me to trueset the name of me to "Help On"answer "Point to a button to get help on that button."elseput "off" into helpFlagset the hilite of me to falseset the name of me to "Help Off"end ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Toggle Help" & return & return & "Click this button " ¬& "to turn online help off or on." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>38</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>18</left>
<top>223</top>
<right>50</right>
<bottom>255</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <true /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>windoid</name>
<script>on mouseUplock screenglobal windowType, MovieWindow, theMovieName, playFlagset the hilite of me to trueset the hilite of cd btn "zoom" to falseset the hilite of cd btn "shadow" to falseset the hilite of cd btn "rect" to falseput "windoid" into windowTypeput "Windoid" into cd fld "WindStyle"put windowType into cd fld "WindTypeFld"unlock screenif there is a window MovieWindow thenlock screensend "MovieIdle" to window MovieWindowput windowLoc of window MovieWindow into theWindLocput currTime of window MovieWindow into theCTimeclose window MovieWindowput "" into MovieWindowput theMovieName into cd fld "MooVName"Movie theMovieName, windowType,theWindLoc,"invisible","floating"set the controllerVisible of window MovieWindow to falseset the badge of window MovieWindow to falseset currTime of window MovieWindow to theCTimeshow window MovieWindowgetVolumecheckSettingsunlock screenif playFlag is true thensend "Play" to window MovieWindowend ifend ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Windoid" & return & return & "Selecting this " ¬& "icon makes movies play in a Windoid style window." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>39</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>51</left>
<top>223</top>
<right>83</right>
<bottom>255</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>zoom</name>
<script>on mouseUplock screenglobal windowType, MovieWindow, theMovieName, playFlagset the hilite of me to trueset the hilite of cd btn "windoid" to falseset the hilite of cd btn "shadow" to falseset the hilite of cd btn "rect" to falseput "zoom" into windowTypeput "Standard" into cd fld "WindStyle"put windowType into cd fld "WindTypeFld"unlock screenif there is a window MovieWindow thenlock screensend "MovieIdle" to window MovieWindowput windowLoc of window MovieWindow into theWindLocput currTime of window MovieWindow into theCTimeclose window MovieWindowput "" into MovieWindowput theMovieName into cd fld "MooVName"Movie theMovieName, windowType,theWindLoc,"invisible","floating"set the controllerVisible of window MovieWindow to falseset the badge of window MovieWindow to falseset currTime of window MovieWindow to theCTimeshow window MovieWindowgetVolumecheckSettingsunlock screenif playFlag is true thensend "Play" to window MovieWindowend ifend ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Standard" & return & return & "Selecting this " ¬& "icon makes movies play in a Standard style window." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>40</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>84</left>
<top>223</top>
<right>117</right>
<bottom>256</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>shadow</name>
<script>on mouseUplock screenglobal windowType, MovieWindow, theMovieName, playFlagset the hilite of me to trueset the hilite of cd btn "zoom" to falseset the hilite of cd btn "windoid" to falseset the hilite of cd btn "rect" to falseput "shadow" into windowTypeput "Shadow" into cd fld "WindStyle"put windowType into cd fld "WindTypeFld"unlock screenif there is a window MovieWindow thenlock screensend "MovieIdle" to window MovieWindowput windowLoc of window MovieWindow into theWindLocput currTime of window MovieWindow into theCTimeclose window MovieWindowput "" into MovieWindowput theMovieName into cd fld "MooVName"Movie theMovieName, windowType,theWindLoc,"invisible","floating"set the controllerVisible of window MovieWindow to falseset the badge of window MovieWindow to falseset currTime of window MovieWindow to theCTimeshow window MovieWindowgetVolumecheckSettingsunlock screenif playFlag is true thensend "Play" to window MovieWindowend ifend ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Shadow" & return & return & "Selecting this " ¬& "icon makes movies play in a Shadow style window." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>41</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>117</left>
<top>223</top>
<right>149</right>
<bottom>255</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>rect</name>
<script>on mouseUplock screenglobal windowType, MovieWindow, theMovieName, playFlagset the hilite of me to trueset the hilite of cd btn "zoom" to falseset the hilite of cd btn "windoid" to falseset the hilite of cd btn "shadow" to falseput "rect" into windowTypeput "Rectangle" into cd fld "WindStyle"put windowType into cd fld "WindTypeFld"unlock screenif there is a window MovieWindow thenlock screensend "MovieIdle" to window MovieWindowput windowLoc of window MovieWindow into theWindLocput currTime of window MovieWindow into theCTimeclose window MovieWindowput "" into MovieWindowput theMovieName into cd fld "MooVName"Movie theMovieName, windowType,theWindLoc,"invisible","floating"set the controllerVisible of window MovieWindow to falseset the badge of window MovieWindow to falseset currTime of window MovieWindow to theCTimeshow window MovieWindowgetVolumecheckSettingsunlock screenif playFlag is true thensend "Play" to window MovieWindowend ifend ifend mouseUpon mouseEnterglobal helpFlagif helpFlag is "on" thenput "Rectangle" & return & return & "Selecting this " ¬& "icon makes movies play in a Rectangle style window." into tput t into cd fld "HelpFld"end ifend mouseEnteron mouseLeaveglobal helpFlagput "" into cd fld "HelpFld" of cd 1end mouseLeave</script>
</part>
<part>
<id>42</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>18</left>
<top>264</top>
<right>148</right>
<bottom>283</bottom>
</rect>
<style>transparent</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>bold</textStyle>
<textHeight>12</textHeight>
<name>WindStyle</name>
<script></script>
</part>
<part>
<id>43</id>
<type>field</type>
<visible> <false /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>5</left>
<top>163</top>
<right>36</right>
<bottom>182</bottom>
</rect>
<style>transparent</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>WindTypeFld</name>
<script></script>
</part>
<content>
<layer>card</layer>
<id>30</id>
<text>7</text>
</content>
<content>
<layer>card</layer>
<id>42</id>
<text>Windoid</text>
</content>
<content>
<layer>card</layer>
<id>43</id>
<text>windoid</text>
</content>
<name>Main</name>
<script>on getVolumeglobal MovieWindowput cd fld "VolFld" into sndVolumeif sndVolume = 0 then set the audioLevel of window MovieWindow to 0if sndVolume = 1 then set the audioLevel of window MovieWindow to 32if sndVolume = 2 then set the audioLevel of window MovieWindow to 64if sndVolume = 3 then set the audioLevel of window MovieWindow to 96if sndVolume = 4 then set the audioLevel of window MovieWindow to 128if sndVolume = 5 then set the audioLevel of window MovieWindow to 160if sndVolume = 6 then set the audioLevel of window MovieWindow to 192if sndVolume = 7 then set the audioLevel of window MovieWindow to 256end getVolume</script>
</card>
card_2128.xml
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
<script>on mouseUpvisual effect dissolvego cd "Main"end mouseUp</script>
</part>
<content>
<layer>card</layer>
<id>5</id>
<text><span class="style1">Written and Developed by</span><span class="style7">Kevin Harris</span><span class="style1">Thanks to</span><span class="style7">Jan FranceJohn Rose Frank VernonVicky DratmanWoody HumeMark Hanrek</span><span class="style1">Copyright Information</span><span class="style7">HyperMovie Player is © 1992Software Perspectives.All Rights Reserved.Portions of this stack are©1992 Claris Corporation</span><span class="style1">Trademark Information</span><span class="style7">HyperCard is a registered trademark ofClaris Corporation.QuickTime is a trademark ofApple Computer, Inc.</span><span class="style1">XCMD/XFCN Information</span><span class="style7">The externals contained in this stack are distributed under license from Claris Corporation and may not be copied or used in any other way. For information on obtaining these XCMDs/XFCNs for use contact Claris Corporation."Don't forget to honor the shareware system, so authors like myself can continue to crank out cool stuff. Thanks!"- Kevin</span></text>
</content>
<name>Credits</name>
<script>on openCardrunCreditsend openCardon closeCardset scroll of cd fld "CreditField" to 0end closeCardon runCreditsput 0 into irepeat for 108 timeslock screenset scroll of cd fld "CreditField" to iadd 6 to iunlock screenif the mouseClick thensend mouseUp to cd btn "OK"exit runCreditsend ifend repeatrunCreditsend runCredits</script>