Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<<set $gametype to "any game">>
\<div class="header">
\<div class="maintitle"><<include MainTitle>>
<p></p></div>
\ <span class="about"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<include "GameTypeZero">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">><</replace>><</button>></span>
\ <span class="all"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<include "GameTypeAny">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">><</replace>><</button>></span>
\ <span class="solo"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<include "GameTypeA">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">>
<</replace>><</button>></span>
\ <span class="twoplus"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<include "GameTypeB">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">>
<</replace>><</button>></span>
\ <span class="indoor"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<include "GameTypeC">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">>
<</replace>><</button>></span>
\ <span class="outdoor"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<include "GameTypeD">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">>
<</replace>><</button>></span>
\ <span class="yc"><<button [img["http://www.youhavefoundconey.net/PUPmenu/scratchyc35.jpg"]]>><<include "GameTypeE">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">>
<</replace>><</button>></span>
<span id="gamedesc"><<print $gamedesc>></span>
</div><span id="gamelist">
<span if="menubuttons">
<table>
<tbody>
<tr>
\<<if $gametype === "any game">><td>Game One (Type A and B)
[img[https://www.iconsdb.com/icons/preview/caribbean-blue/square-xxl.png]]</td>
<<elseif $gametype === "A">><td>Game One (Type A and B)
[img[https://www.iconsdb.com/icons/preview/caribbean-blue/square-xxl.png]]</td>
<<elseif $gametype === "B">><td>Game One (Type A and B)
[img[https://www.iconsdb.com/icons/preview/caribbean-blue/square-xxl.png]]</td>
<<else>>\<</if>>
\<<if $gametype === "any game">><td>Game Two (Type C and D)
[img[https://www.iconsdb.com/icons/preview/orange/square-xxl.png]]</td>
<<elseif $gametype === "C">><td>Game Two (Type C and D)
[img[https://www.iconsdb.com/icons/preview/orange/square-xxl.png]]</td>
<<elseif $gametype === "D">><td>Game Two (Type C and D)
[img[https://www.iconsdb.com/icons/preview/orange/square-xxl.png]]</td>
<<else>><</if>>
\<<if $gametype === "any game">><td>Game Three (Type A,E and C)
[img[https://www.iconsdb.com/icons/preview/guacamole-green/square-xxl.png]]</td>
<<elseif $gametype === "E">><td>Game Three (Type A, E and C)
[img[https://www.iconsdb.com/icons/preview/guacamole-green/square-xxl.png]]</td>
<<elseif $gametype === "A">><td>Game Three (Type A, E and C)
[img[https://www.iconsdb.com/icons/preview/guacamole-green/square-xxl.png]]</td>
<<elseif $gametype === "C">><td>Game Three (Type A, E and C)
[img[https://www.iconsdb.com/icons/preview/guacamole-green/square-xxl.png]]</td>
<<else>>\<</if>>
\<<if $gametype === "any game">><td>Game Four (Type E)
[img[https://www.iconsdb.com/icons/preview/soylent-red/square-xxl.png]]</td>
<<elseif $gametype === "E">><td>Game Four (Type E)
[img[https://www.iconsdb.com/icons/preview/soylent-red/square-xxl.png]]</td>
<<else>>\<</if>>
</tr>
</tbody>
</table>
<<if $gametype === "A" || $gametype === "B" || $gametype === "any game">>
<<button[img[$G1Image][$G1Link]]>><</button>>
<<else>>\<</if>>
</span>
</span><table width="100%">
<tbody>
<tr>
<td><div class="maintitle">$gametitle</div></td>
</tr>
<tr>
<td><span class="gameimage">[img[$gameimage]]</span></td>
</tr>
<tr>
<td><small>$gamecredit</small></td>
<td>$gamedescription</td>
</tr>
</tbody>
</table><span id="gamelist">
<span if="menubuttons">
<<if $gametype is "CatA" or $gametype is "CatB" or $gametype is "any game">>
<<button[img[$G1Image][$G1Link]]>><</button>><<else>>\<</if>>
<<if $gametype === "CatA" || $gametype === "CatB" || $gametype === "any game">>
<<button[img[$G1Image][$G1Link]]>><</button>>
<<else>>\<</if>>
\<<if $gametype === "any game">>Game One (Type A and B)
[img[https://www.iconsdb.com/icons/preview/caribbean-blue/square-xxl.png]]
<<elseif $gametype === "CatA">>Game One (Type A and B)
[img[https://www.iconsdb.com/icons/preview/caribbean-blue/square-xxl.png]]
<<elseif $gametype === "CatB">>Game One (Type A and B)
[img[https://www.iconsdb.com/icons/preview/caribbean-blue/square-xxl.png]]
<<else>>\<</if>>
</span>
</span>\/%-------INTIAL SET UP-----%/
\<<set $gametype to "any game">>
\
\/%-------TITLE-----%/
<b>Conys Pop Up Playhouse</b>
Select Game Type
Gametype is <span id="gametype"><<print $gametype>></span>
\/%-------CATEGORYBUTTONS-----%/
\ /%-------CATEGORY1-----%/
\<<set $categoryname to "Any Game">>
\<<set $category to "any game">>
\<<include "CategoryButton">>
\ /%-------CATEGORY2-----%/
\<<set $categoryname to "A Games">>
\<<set $category to "A">>
\<<include "CategoryButton">>
\ /%-------CATEGORY3-----%/
\<<set $categoryname to "B Games">>
\<<set $category to "B">>
\<<include "CategoryButton">>
\ /%-------CATEGORY4-----%/
\<<set $categoryname to "C Games">>
\<<set $category to "C">>
\<<include "CategoryButton">>
\ /%-------CATEGORY5-----%/
\<<set $categoryname to "D Games">>
\<<set $category to "D">>
\<<include "CategoryButton">>
\/%-------GAME1-----%/
<<set $gamename to "Game One">>
\<<include "GameButton">>
<<button "$categoryname">><<set $gametype= "$category">><<replace "#gametype">><<print $gametype>><</replace>><<replace "#gamelist">><<include "gamelist">>
<</replace>><</button>>\ /%-------SET GAME TITLE-----%/
\<<set $gametitle to "AMAZING GAME">>
\
\ /%-------SET GAME DESCRIPTION-----%/
\<<set $gamedescription to "This is an amazing game. Here are the rules:<br>Collect all the cool stuff. <br>Don't collect bad stuff and then you will win!">>
\
\ /%-------SET GAME IMAGE-----%/
\<<set $gameimage to "https://www.w3schools.com/css/img_5terre_wide.jpg">>
\
/%-------GAMEPAGE-----%/
\<<include "GamePage">>
\
\ /%-------GAME PLAYBUTTON-----%/
<div class="footer">
<span class="btnplaygame">
\
\ /%-------SET LINK AND BUTTON NAME-----%/
<a href="https://www.w3schools.com/css/img_5terre_wide.jpg"><<button "Play This Awesome Game">><</button>></a>
</span>
</div>\/%-------INTIAL SET UP-----%/
\<<set $gametype to "any game">>
\
\/%-------CATEGORYBUTTONS-----%/
\<<include "CategoryButtons">>
\
\/%-------GAMELIST-----%/
Gametype is <span id="gametype"><<print $gametype>></span>
\<<include "GameButton">><div class="header">
What type of game would you like to play?
<span class="catbuttons">
<<button "CategoryA">><<set $gametype= "CatA">><<replace "#gametype">><<print $gametype>><</replace>><<replace "#gamelist">><<include "gamelist">><</replace>><</button>>
\ <<button "CategoryB">><<set $gametype= "CatB">><<replace "#gametype">><<print $gametype>><</replace>><<replace "#gamelist">><<include "gamelist">><</replace>><</button>>
\ <<button "CategoryC">><<set $gametype= "CatC">><<replace "#gametype">><<print $gametype>><</replace>><<replace "#gamelist">><<include "gamelist">><</replace>><</button>>
\ <<button "CategoryD">><<set $gametype= "CatD">><<replace "#gametype">><<print $gametype>><</replace>><<replace "#gamelist">><<include "gamelist">><</replace>><</button>>
</span>
</div>\<div id="gamelist">
\<div class="gamebuttons">
\/%-------CREDITS-----%/
\<<if $gametype === "Credits">>
\<<include Credits>>
\<</if>>
\/%-------ABOUT-----%/
\<<if $gametype === "About">>
\<<include About>>
\<</if>>
\/%-------FOR EVERY PERSON A BOOK-----%/
\<<if $gametype === "A" || $gametype === "C" || $gametype === "any">>
\<span class="FOREVERY"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<goto ForEveryPersonABook>><</button>></span>
\<<else>>\<</if>>
\/%-------THE WAGER-----%/
\<<if $gametype === "B" || $gametype === "C" || $gametype === "any">>
\<span class="THEWAGER"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<goto TheWager>><</button>></span>
\<<else>>\<</if>>
\/%-------THE SERENDIPITY PILE-----%/
\<<if $gametype === "A" || $gametype === "C" || $gametype === "any">>
\<span class="SERENDIPITY"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<goto TheSerendipityPile>><</button>></span>
\<<else>>\<</if>>
\/%-------THE FUTURE OF BIG TECH-----%/
\<<if $gametype === "B" || $gametype === "C" || $gametype === "any">>
\<span class="BIGTECH"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<goto TheFutureOfBigTech>><</button>></span>
\<<else>>\<</if>>
\/%-------KIDS TAKE OVER-----%/
\<<if $gametype === "A" || $gametype === "C" || $gametype === "E" || $gametype === "any">>
\<span class="KIDSTAKEOVER"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<goto KidsTakeOver>><</button>></span>
\<<else>>\<</if>>
\/%-------PERFECT INSTA-----%/
\<<if $gametype === "A" || $gametype === "C" || $gametype === "D" || $gametype === "any">>
\<span class="PERFECTINSTA"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<goto PerfectInsta>><</button>></span>
\<<else>>\<</if>>
\/%-------YOUNG CONEYS NEWS NETWORK-----%/
\<<if $gametype === "A" || $gametype === "C" || $gametype === "E" || $gametype === "any">>
\<span class="YCNN"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<goto YoungConeysNewsNetwork>><</button>></span>
\<<else>>\<</if>>
\</div>
\</div>
\<<set $gametype to "About">>
\<<set $gamedesc to " ">>
\/%-------HEADER-----%/
<div class="header"><<include "CatSelectHeader">></div>
\/%-------BODY-----%/
<div class="gamed">
<<include GameList>></div>
\/%-------FOOTER-----%/
<div class="footer"><<include "Boilerplate">></div>
<div class="maintitle">For Every Person A Book</div>
<div class="credit">by Coney, here represented by Tassos Stevens.
Original version presented as part of <a href="https://vimeo.com/210547955" target="_blank"><em>Gumshoe</em></a>, in collaboration with <a href="http://newparadiselaboratories.org/this-is-new-paradise-laboratories" target="_blank">New Paradise Laboratories</a>.</div>
<gametext>You are guided gently to choose a book matching someone you know, then challenge them to guess which book…<p></p>
All you need to play is a selection of books, and your phone. You can be anywhere you find books: at home, in a library, in a bookshop, in your secret book depository…
Playtime < 5 minutes.
<b>To play:</b> send an email to <b><a href="mailto:social@coneyhq.org?subject=For%20Every%20Person">social@coneyhq.org</a></b> with subject <b>For Every Person</b>. You’ll receive an automatic response with a link to the game.</gametext>
<div class="credit"><span class="menu"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<goto "New Version">><</button>></span></div><div class="maintitle">The Wager</div>
<div class="credit">by Coney, here represented by Tassos Stevens.
Commissioned by the Financial Times and the Wellcome Trust.</div>
<gametext>A contest for between 4 and 8 players. Some of you will bet on predictions, one of you will judge the rest... but a few surprises await.
All you need to play is pen and paper for everyone, something to act as counters, a coin, and a phone. You can be anywhere you can sit together comfortably.
Playtime 30-60 minutes, ideal for a post-dinner table.
<b>To play:</b> send an email to <b><a href="mailto:social@coneyhq.org?subject=The%20Wager">social@coneyhq.org</a></b> with subject <b>The Wager</b>. You’ll receive an automatic response with a link to the game.</gametext>
<div class="credit"><span class="menu"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<goto "New Version">><</button>></span></div><div class="maintitle">The Serendipity Pile</div>
<div class="credit">by Coney, here represented by Tassos Stevens.
Original version presented as part of <a href="https://vimeo.com/210547955" target="_blank"><em>Gumshoe</em></a>, in collaboration with <a href="http://newparadiselaboratories.org/this-is-new-paradise-laboratories" target="_blank">New Paradise Laboratories</a>.</div>
<gametext>Divine the answer to a mystery question with the help of a pile of books.
All you need to play is a selection of books, and your phone. You can be anywhere you find books: at home, in a library, in a bookshop, in your secret book depository…
Playtime < 5 minutes.
<b>To play:</b> send an email to <b><a href="mailto:social@coneyhq.org?subject=The%Serendipity%Pile">social@coneyhq.org</a></b> with subject <b>The Serendipity Pile</b>. You’ll receive an automatic response with a link to the game.</gametext>
<div class="credit"><span class="menu"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<goto "New Version">><</button>></span></div><div class="maintitle">The Future Of Big Tech</div>
<div class="credit">by Coney, here represented by Harriet Bolwell, William Drew, Thomas Flynn, Kieran Lucas, Craig Methven, Ed Naujokas, Tassos Stevens, Emily Stott.
One part of Three Futures (And A Fortune), commissioned by the RSA for Futurefest.</div>
<gametext>A fable of a future of work where big tech companies dominate. Ideally for two or more players simultaneously: one of you plays as Fiona, the other as Sammy, in two halves of the same multiverse.
You'll each need a smart device and ideally headphones.
Playtime < 10 minutes.
<b>To play:</b> send an email to <b><a href="mailto:social@coneyhq.org?subject=Big%20Tech%20Future">social@coneyhq.org</a></b> with subject <b>Big Tech Future</b>. You’ll receive an automatic response with a link to the game.</gametext>
<div class="credit"><span class="menu"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<goto "New Version">><</button>></span></div><div class="maintitle">Kids Takeover Quiz</div>
<div class="credit">by the Young Coneys and Coney, here represented by Toby Peach and Tassos Stevens.</div>
<gametext>The Young Coneys answer questions from grown-ups about their vision of a world where kids have taken over. Your mission: to guess how they respond.
You'll need a smart device and ideally headphones.<p></p>
Playtime < 10 minutes.
<b>To play:</b> send an email to <b><a href="mailto:social@coneyhq.org?subject=Kids%20%Takeover">social@coneyhq.org</a></b> with subject <b>Kids Takeover</b>. You’ll receive an automatic response with a link to the game.</gametext>
<div class="credit"><span class="menu"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<goto "New Version">><</button>></span></div><<set $gametype to "A">>
<<set $gamedesc to "For one player">><<set $gametype to "B">>
<<set $gamedesc to "For two or more players">><<set $gametype to "C">>
<<set $gamedesc to "Play indoors">><<set $gametype to "D">>
<<set $gamedesc to "Play outdoors">><<set $gametype to "E">>
<<set $gamedesc to "Play made by the Young Coneys">><<set $gametype= "any">>
<<set $gamedesc to "All play">><a href="http://coneyhq.org/h" target="_blank"><img src="http://youhavefoundconey.net/PUPgames/logo.png"></a><span id="about"></span>
<<silently>><<timed 1s>><<replace #about>>Welcome to the Pop-Up Playhouse.<</replace>><</timed>>
<<timed 2.5s>><<replace #about>>Use the menu to reveal games and other pieces to play, wherever and whenever you are.<</replace>><</timed>>
<<timed 4.5s>><<replace #about>>Pick a piece, send an email, and straightaway you'll receive the means to play.<</replace>><</timed>>
<<timed 6s>><<replace #about>><small>All play is presented for free, but we invite a <em>Pay What You Can</em> donation.</small><</replace>><</timed>>
<<timed 7s>><<replace #about>><small>All play is presented for free, but we invite a <em>Pay What You Can</em> donation.
(if and only if you can :)</small>
<a href="https://coneyhq.org/support-us/" target="_blank"><span class="support"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><</button>></span></a>
<<button "CREDITS">><<include "GameTypeCredit">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">><</replace>><</button>>
<</replace>><</timed>><</silently>><<set $gametype to "About">>
<<set $gamedesc to " ">><div class="maintitle">Perfect Insta</div>
<div class="credit">by Coney, here represented by Georgina Bednar, Ellie Browning, and Steve Lee.
Conceived and written by Georgina Bednar
Produced by Ellie Browning
Programmed by Steve Lee</div>
<gametext>Go on a journey to discover your perfect instagram shot.
The ideal accompaniment to your daily exercise in lockdown (if practiced safely with gentle social distancing :)
Playtime < 45 minutes.
<b>To play:</b> send an email to <b><a href="mailto:social@coneyhq.org?subject=Perfect%20Insta">social@coneyhq.org</a></b> with subject <b>Perfect Insta</b>. You’ll receive an automatic response with a link to the game.</gametext>
<div class="credit"><span class="menu"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<goto "New Version">><</button>></span></div><div class="maintitle">The Young Coneys News Network</div>
<div class="credit">by the Young Coneys and Coney, here represented by Brigitte Adela, Afsana Begum, Ellie Browning, Eliza Cass, Brent Grihalva, Ben Harvey, Anne Langford, Toby Peach, and Abby Witchalls.</div>
<gametext>The Young Coneys present an episode of positive news from lockdown living, shot from their perspective.
Playtime < 7 minutes.
<b>To play:</b> send an email to <b><a href="mailto:social@coneyhq.org?subject=Young%20Coneys%20News%20Network">social@coneyhq.org</a></b>
with subject <b>Young Coneys News Network</b>. You’ll receive an automatic response with a link to the latest episode.</gametext>
<div class="credit"><span class="menu"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<goto "New Version">><</button>></span></div><img src="http://youhavefoundconey.net/PUPgames/popupplayhousemed.jpg">\/%-------INTIAL SET UP-----%/
\<<set $gametype to "About">>
\<<set $gamedesc to " ">>
\/%-------TITLE-----%/
\ <span class="title"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<goto 'New Version'>><</button>></span>
\/%-------ABOUT BUTTON-----%/
\ <span class="about"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<include "GameTypeZero">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">><</replace>><</button>></span>
\/%-------ALL BUTTON-----%/
\ <span class="all"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<include "GameTypeAny">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">><</replace>><</button>></span>
\/%-------SOLO BUTTON-----%/
\ <span class="solo"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<include "GameTypeA">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">>
<</replace>><</button>></span>
\/%-------TWOPLUS BUTTON-----%/
\ <span class="twoplus"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<include "GameTypeB">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">>
<</replace>><</button>></span>
\/%-------INDOOR BUTTON-----%/
\ <span class="indoor"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<include "GameTypeC">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">>
<</replace>><</button>></span>
\/%-------OUTDOOR BUTTON-----%/
\ <span class="outdoor"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<include "GameTypeD">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">>
<</replace>><</button>></span>
\/%-------YC BUTTON-----%/
\ <span class="yc"><<button [img["http://youhavefoundconey.net/audiobuts/u.gif"]]>><<include "GameTypeE">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">>
<</replace>><</button>></span>
<span id="gamedesc"><<print $gamedesc>></span><table style="width: 100%;" >
<tbody>
<tr>
<td>\/%-------ABOUT BUTTON-----%/
<span class="cat"><<button [img["http://www.youhavefoundconey.net/PUPmenu/about100.jpg"]]>><<include "GameTypeZero">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">><</replace>><</button>></span></td>
<td>\/%-------ALL BUTTON-----%/
<span class="cat"><<button [img["http://www.youhavefoundconey.net/PUPmenu/scratchall100.jpg"]]>><<include "GameTypeAny">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">><</replace>><</button>></span></td>
<td>\/%-------SOLO BUTTON-----%/
<span class="cat"><<button [img["http://www.youhavefoundconey.net/PUPmenu/scratchsolo100.jpg"]]>><<include "GameTypeA">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">>
<</replace>><</button>></span></td>
<td>\/%-------TWOPLUS BUTTON-----%/
<span class="cat"><<button [img["http://www.youhavefoundconey.net/PUPmenu/scratch2p100.jpg"]]>><<include "GameTypeB">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">>
<</replace>><</button>></span></td>
<td>\/%-------INDOOR BUTTON-----%/
<span class="cat"><<button [img["http://www.youhavefoundconey.net/PUPmenu/scratchin100.jpg"]]>><<include "GameTypeC">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">>
<</replace>><</button>></span></td>
<td>\/%-------OUTDOOR BUTTON-----%/
<span class="cat"><<button [img["http://www.youhavefoundconey.net/PUPmenu/scratchout100.jpg"]]>><<include "GameTypeD">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">>
<</replace>><</button>></span></td>
<td>\/%-------YC BUTTON-----%/
<span class="cat"><<button [img["http://www.youhavefoundconey.net/PUPmenu/scratchyc100.jpg"]]>><<include "GameTypeE">><<replace "#gamedesc">><<print $gamedesc>><</replace>><<replace "#gamelist">><<include "GameList">>
<</replace>><</button>></span>
<span id="gamedesc"><<print $gamedesc>></span></td>
</tr>
</tbody>
</table><<set $gametype to "About">>
<<set $gamedesc to " ">><span id="credits"></span>
<<silently>><<timed 1s>><<replace #credits>>this first draft of The Pop-Up Playhouse <</replace>><</timed>>
<<timed 2.5s>><<replace #credits>>this first draft of The Pop-Up Playhouse
built by Ed Naujokas and Tassos Stevens<</replace>><</timed>>
<<timed 4.5s>><<replace #credits>>this first draft of The Pop-Up Playhouse
built by Ed Naujokas and Tassos Stevens
illustrations by Hoda Adra<</replace>><</timed>>
<<timed 6s>><<replace #credits>>this first draft of The Pop-Up Playhouse
built by Ed Naujokas and Tassos Stevens
illustrations by Hoda Adra
produced by Ellie Browning<</replace>><</timed>>
<</silently>>
<<set $gametype to "Credits">>
<<set $gamedesc to " ">>