<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in</name>
<id>-1</id>
<cardCount>2</cardCount>
<cardID>3855</cardID>
<listID>2137</listID>
<cantModify><false /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><false /></cantAbort>
<cardSize>
<width>1280</width>
<height>192</height>
</cardSize>
<script>------------------------------------------------------------------------ Cyanimator stack!---- Cyan • Spokane, Washington • (509) 238-6789---- All scripts are copyright © 1990 by Cyan. All rights reserved.-- You may use these scripts in your own non-commercial stacks.---- The deer & Osman animation may only be distributed with Cyanimator-- and is not in the public domain.----------------------------------------------------------------------on resumeStacksend openStackend resumeStackon suspendStacksend closeStackend suspendStackon openStackGlobal Frame, windowLoc-- initialize frames and window locationsput "1" into Frameadd 350 to the first item of windowlocadd 145 to the second item of windowlocput the first item of windowloc + 128 into the third item of windowlocput the second item of windowloc + 96 into the fourth item of windowlocset rect of card window to windowlocset scroll of card window to "0,0"setMenuPalette AnimatorX, "-165,65"Palette Indicator, "-165,115"send goFrame to backgroundshow menubarend openStackon closeStackif there is a menu "Cyanimator" then delete menu "Cyanimator"if the windows contains "AnimatorX" then send "close" to window "AnimatorX"if the windows contains "Indicator" then send "close" to window "Indicator"end closeStackon setMenucreate Menu "Cyanimator"put "Play" into menu "Cyanimator" with menuMsg "PlayFrame"put "Step Forward" after menu "Cyanimator" with menuMsg "NextFrame"put "Step Backward" after menu "Cyanimator" with menuMsg "PrevFrame"put "Rewind" after menu "Cyanimator" with menuMsg "RewindFrame"put "-" after menu "Cyanimator"put "Loop" after menu "Cyanimator" with menuMsg "loopFrame"set the checkMark of menuItem "Loop" of menu "Cyanimator" to trueput "-" after menu "Cyanimator"put "Show Controls" after Menu "Cyanimator" with menuMsg "palette AnimatorX"put "Show Indicator" after Menu "Cyanimator" with menuMsg "IndicatorPalette"put "-" after menu "Cyanimator"put "Quit Cyanimator" after Menu "Cyanimator" with menuMsg "QuitCy"end setMenuon loopFrameset the checkMark of menuItem "Loop" of menu "Cyanimator" to not (the checkMark of menuItem "Loop" of menu "Cyanimator")end loopFrameon IndicatorPaletteGlobal Framepalette Indicatorset the hilitedbutton of window "Indicator" to Frameend IndicatorPaletteon QuitCyif the stacks contains "Beyond HyperCard" then domenu "Close Stack"else go to card "Cyanimation" in stack "Beyond HyperCard"end QuitCy</script>