Text Adventure Experiment
[[include file="fragment.htm"]]
Page Updates:
4. May-1-2010: Changed it so it shows version as a build date instead of the build number. Starting to put the data structure together. As of typing this, it gives you an introduction, and "look" gives you information specific to a room.
3. Okay, I finished reinstalling Visual Web Dev Express and built a new version. New "features" of this one are you get a response if you type in "look", and a build number is displayed, the build number is really what this updated build was all about. I have no idea how it calculates this build number. I can't get this new version to run in Chrome, though, it keeps loading the old one from a cache or something. New one loads with Firefox. It might just be a problem with Chrome, I use the Devchannel build and it is really buggy this week.
2. So it appears TinyMCE automatically filters Object code into being Flash objects, which is why it didn't work originally. I tried patching TinyMCE with a patch located on their Sourceforge tracker, but it still does it. To work around that to get it to run now, I had to create an include file with the object code and insert it with template commands instead. Not the way I want to do it, but at least it works.
1. This is a page I'm going to experiment with writing a text adventure in Silverlight. Right now it doesn't really do anything more than accept input and tell you it doesn't understand, but right now I'm just seeing if I can embed it into a PivotX page.