If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Super Princess Peach: Parasol Fall

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Super Princess Peach: Parasol Fall

Developer: Smashing Ideas
Publisher: Nintendo
Platform: Adobe Flash
Released in US: 2005


GraphicsIcon.png This game has unused graphics.
DebugIcon.png This game has debugging material.


See, this is why game preservation is important.
This game is defunct.
Do note the game no longer works at all without modifications. This is most likely due to the game's servers being shut down. As a result, further official developments with the game are unlikely to happen.

Super Princess Peach: Parasol Fall was a flash game made in order to promote the upcoming North American release of Super Princess Peach. You control Perry with the keyboard as you need to collect tons of coins to receive a good enough score and compliment from Peach herself.

Peachy!

Unused Graphics

ParasolFallUnusedLoadingBar.gif



A rather unused loading bar that was used for placeholder purposes until the final one was implemented.

Debug Script

There's a simple script file named Debug that contains some text.

{
   function Debug()
   {
   }
   static function trace(message)
   {
      var _loc1_ = new LocalConnection();
      _loc1_.send("_SILCtrace","trace",message.toString());
      _loc1_.close();
      trace(message.toString());