1 package org
.sevenchan
.dongs
.screens
3 import org
.sevenchan
.dongs
.*;
8 public class StartupScreen
extends Screen
10 public function StartupScreen
()
13 this.appearanceButton
= false;
14 this.debugMenuButton
= false;
15 this.exportGameButton
= false;
16 this.loadOrSaveButton
= false;
17 this.newGameButton
= true;
20 override public function getScreenText
():String
22 var text
:String = "<h2>Adventure of the Seven Leaves</h2>";
23 text
+= "<p>Inspired by Corruption of Champions by Fenoxo</p>";
24 text
+= "<p>Written in ActionScript 3 by Harbinger for the Open-Source Adobe Flex 4 platform. Visit <a href=\"http://adventure.nexisonline.net\">the project blog</a> for sourcecode links, updates, and news, among other silly bullshit.</p>";
28 override public function processButtonPress
(id
:int):Boolean