home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
- <stack>
- <name>in</name>
- <id>-1</id>
- <cardCount>22</cardCount>
- <cardID>3026</cardID>
- <listID>11752</listID>
- <cantModify><false /></cantModify>
- <cantDelete><false /></cantDelete>
- <cantAbort><false /></cantAbort>
- <cardSize>
- <width>512</width>
- <height>342</height>
- </cardSize>
- <script>on openStack
- global menu1,menu2
- put newMenu("Water","Find it","Get it","Humans","Biological diversity",¬
- "A Difference","(-","Main Menu","(-","Water Help") into menu1
- put newMenu("Video","Laser","Tape") into menu2
- end openStack
-
- on closeStack
- global menu1,menu2
- put deleteMenu(menu1) into menu1
- put deleteMenu(menu2) into menu2
- end closeStack
-
- on doMenu which
- global menu1,menu2
- if which is "Find it" then
- visual effect dissolve slow to black
- wait 5
- visual effect dissolve slow
- go to stack "where we find water"
- else if which is "Get it" then
- visual effect dissolve slow to black
- wait 5
- visual effect dissolve slow
- go to stack "where we get water"
- else if which is "Humans" then
- visual effect dissolve slow to black
- wait 5
- visual effect dissolve slow
- go to stack "human adaptation"
- else if which is "Biological diversity" then
- visual effect dissolve slow to black
- wait 5
- visual effect dissolve slow
- go to stack "biological diversity"
- else if which is "A Difference" then
- visual effect dissolve slow to black
- wait 5
- visual effect dissolve slow
- go to stack "we make a difference"
- else if which is "Main Menu" then
- visual effect dissolve slow to black
- wait 5
- visual effect dissolve slow
- go to stack "database-1"
- else if which is "Water Help" then
- visual effect dissolve slow to black
- wait 5
- visual effect dissolve slow
- go to card "help" in stack "database-1"
- else if which is "Laser" then
- answer "Coming soon to a Laser Optical Disk Player!" with "OK"
- else if which is "Tape" then
- answer "You have got to be kidding!" with "OK"
- else
- pass doMenu
- end if
- end doMenu
-
- on sicEmFido
- global ContinueOrNot, searchString
- if ContinueOrNot is NoGo then
- put empty into ContinueOrNot
- exit sicEmFido
- end if
- ask "Type in the word or phrase you want to find." with searchString
- if the result is cancel then
- answer "Ending search"
- exit sicEmFido
- end if
- put it into searchString
- sniffOut
- end SicEmFido
-
-
- on sniffOut
- global ContinueOrNot, searchString
- find whole searchString
- if the result is empty then
- answer "Do you want to search for further occurences?"¬
- with "Yes" or "No" or "Another"
- if it is "Yes" then
- sniffOut
- end if
- if it is "No" then
- answer "The search is complete."
- put NoGo into ContinueOrNot
- sicEmFido
- end if
- if it is "Another" then
- sicEmFido
- end if
- end if
- if the result is not empty then
- answer "I did not find your selection."
- end if
- end sniffOut
- </script>
- <background id="2672" file="background_2672.xml" name="" />
- <background id="12102" file="background_12102.xml" name="" />
- <card id="3026" file="card_3026.xml" marked="false" name="" owner="2672" />
- <card id="21624" file="card_21624.xml" marked="false" name="" owner="12102" />
- <card id="20997" file="card_20997.xml" marked="false" name="" owner="12102" />
- <card id="18006" file="card_18006.xml" marked="false" name="" owner="12102" />
- <card id="14397" file="card_14397.xml" marked="false" name="" owner="12102" />
- <card id="17448" file="card_17448.xml" marked="false" name="" owner="12102" />
- <card id="17839" file="card_17839.xml" marked="false" name="" owner="12102" />
- <card id="12444" file="card_12444.xml" marked="false" name="" owner="12102" />
- <card id="13807" file="card_13807.xml" marked="false" name="" owner="12102" />
- <card id="15376" file="card_15376.xml" marked="false" name="" owner="12102" />
- <card id="16131" file="card_16131.xml" marked="false" name="" owner="12102" />
- <card id="18691" file="card_18691.xml" marked="false" name="" owner="12102" />
- <card id="7670" file="card_7670.xml" marked="false" name="" owner="12102" />
- <card id="8184" file="card_8184.xml" marked="false" name="" owner="12102" />
- <card id="2267" file="card_2267.xml" marked="false" name="" owner="12102" />
- <card id="6992" file="card_6992.xml" marked="false" name="" owner="12102" />
- <card id="9028" file="card_9028.xml" marked="false" name="" owner="12102" />
- <card id="9585" file="card_9585.xml" marked="false" name="" owner="12102" />
- <card id="10655" file="card_10655.xml" marked="false" name="" owner="12102" />
- <card id="8486" file="card_8486.xml" marked="false" name="" owner="12102" />
- <card id="11035" file="card_11035.xml" marked="false" name="" owner="12102" />
- <card id="12946" file="card_12946.xml" marked="false" name="" owner="12102" />
- </stack>
-