| EverythingDigital | RSS Feed | Flickr Photos | What Is Podcasting? |


« EverythingDigital Podcast 2005-03-23 | Main | New Audio Comment Line »

March 26, 2005

The Egg Hunt Hiding Place Generator

Just in time for Easter, I've got a handy little applescript for helping you find places to hide all those eggs. Just start up the app and it will pick a general region, specific location, and landmark before using these to piece together a hiding place. Click OK and it will serve up one of three hundred other hiding places. I have made the source available, so feel free to add your own regions, locations, and landmarks to the pool. Now, get out there and hide those eggs!

DOWNLOAD: Easter Egg Hider | Easter Egg Hider Source



---Easter Egg Hiding Place Generator

---By Alan Joyce
---http://everythingdigital.org

repeat

set region to some item of {"inside", "outside"}
set location to some item of {"above", "below", "near", "in", "behind", "in front of", "on top of", "under", "beside", "over"}
set insidesubject to some item of {"toaster", "television", "oven", "microwave", "kitchen sink", "fireplace", "computer", "phone", "bookshelf", "stairs", "refrigerator", "bathroom sink", "front door", "garage door", "couch", "washing machine", "dryer", "silverware drawer", "dresser"}
set outsidesubject to some item of {"garden hose", "trash cans", "mailbox", "recycle bin", "air conditioner", "garage door", "front door", "patio", "bird feeder", "driveway"}

if region is "Inside" then
set chosensubject to insidesubject
end if
if region is "Outside" then
set chosensubject to outsidesubject
end if

display dialog "This egg is " & region & ", " & location & " the " & chosensubject & ".

Click OK to generate another hiding place."

end repeat

Posted by Alan Joyce at March 26, 2005 08:31 AM

Trackback Pings

TrackBack URL for this entry:
http://www.everythingdigital.org/cgi-bin/mt-tb.cgi/149

Comments

Is there any way you can make it available to PC users???

Posted by: AJ at March 26, 2005 11:07 PM

It's written in APPLEscript AJ. Emphasis on APPLE. Applescript is for mac users only. *sigh*

Posted by: Rishabh Kumar at March 30, 2005 04:00 PM

YOU know what MR. Kumar you need to shut the **** up cuzz I'm sorry if I'm not an expert on APPLE but I was just asking a simple question and I don't need your smartass remarks.

Posted by: AJ at March 30, 2005 08:12 PM

K Rishabh, lets here a comeback...

Posted by: ~anonomous~ at March 30, 2005 08:23 PM

hear*

Posted by: ~anonomous~ at March 30, 2005 08:24 PM

I could code this in C++ or Delphi or something, but I really don't have time at the moment...

Posted by: Graham at May 3, 2005 06:21 AM

If you do, make sure to post it back up here in the comments, and send me an email so I can post it up on the main page.

Posted by: Alan Joyce at May 3, 2005 06:45 AM

Post a comment




Remember Me?



(You must preview before you post. This is to prevent spam.)