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.


Super Princess Peach: Parasol Fall is a Flash game made to promote the then-upcoming North American release of Super Princess Peach. You control Perry with the keyboard as you need to collect coins and gems to receive a good enough score and compliment from Peach herself.

Peachy!

Unused Graphics

ParasolFallUnusedLoadingBar.gif

A placeholder loading bar.

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());