home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$0000008A,$00000050,$0000029E,$00000274,$00000000,$FFFFFF82,$00000000,$00000000};
- LayoutWindow is {$00000142,$0000002A,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 800; Height is 600;
-
-
- Elements is [
- oStartSound5,
- oBlack2,
- oSplash3,
- oSplash_String4
- ];
- Events is [
- cOffscreenEvent
- with Flags is $00000004;
- Commands is [
- cDoCookieCommand
- with CookieName is "SplashReadyFlag"; Value is "false"; end,
- cKR_SwitchPlus
- with Target is oSplash3; CookieFlag is true; CookieName is "SplashURL"; end,
- cFieldCookieCommand
- with Target is oSplash_String4; Mode is Retrieve; CookieName is "SplashString"; end
- ];
- end,
- cOnscreenEvent
- with Flags is $00000004;
- Commands is [
- cRunCommand
- with Target is oStartSound5; Rewind is true; end,
- cKR_ScriptCommand
- with ScriptGroup is "Web-Fix 2 Init"; Script is oWF_InitializeWave3; end
- ];
- end
- ];
- end;
-
- object oStartSound5 is cSound
- with
- Flags is $00000244;
- Name is "StartSound";
- Enabled is false; Shown is false;
-
-
-
- URL is "../GUI/Sounds/Start.wav";
-
- Events is [
- cFinishedEvent
- with Flags is $00000004;
- Commands is [
- cEnableCommand
- with Target is oBlack2; Mode is Clear; end,
- cTokenCommand
- with TokenName is "ScriptReady"; Mode is ExecuteTargetOnly; Target is oTargetSelf; end
- ];
- end,
- cTokenEvent
- with Flags is $00000005; MessageData is "ScriptReady";
- Commands is [
- cIfCookieCommand
- with Flags is $00004004; CookieName is "SplashReadyFlag"; Value is "true";
- Commands is [
- cBrowseCommand
- with Flags is $00004000; All is true; URL is "Main.k"; end
- ];
- end,
- cElseCookieCommand
- with Flags is $00004004;
- Commands is [
- cDoCookieCommand
- with Flags is $00004000; CookieName is "SplashReadyFlag"; Value is "true"; end
- ];
- end
- ];
- end
- ];
- end;
-
- object oBlack2 is cBox
- with
- Flags is $00000044;
- Name is "Black";
- Cursor is oBusyCursor;
-
- AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight;
-
- Kind is DrawOpaque;
- Events is [
- cMouseDownEvent
- with Flags is $00000004;
- Commands is [
- cRunCommand
- with Target is oStartSound5; Mode is Clear; end,
- cEnableCommand
- with Target is oTargetSelf; Mode is Clear; end,
- cTokenCommand
- with TokenName is "ScriptReady"; Mode is ExecuteTargetOnly; Target is oStartSound5; end
- ];
- end
- ];
- end;
-
- object oSplash3 is cImage
- with
- Flags is $00000050;
- Name is "Splash";
- Enabled is false; Cursor is oEmptyCursor;
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
-
-
-
- end;
-
- object oSplash_String4 is cField
- with
- Flags is $00000010;
- Name is "Splash String";
- Enabled is false;
- AdjustX is AlignToLeft; AdjustY is AlignToBottom;
- AdjustWidth is GetLayoutWidth; Height is 14;
-
- Editable is false; Text is "Version String";
- FontSize is 9; Bold is true; FontName is "Helvetica";
- Alignment is 1; FontRed is 255; FontGreen is 255; FontBlue is 255;
-
-
- end;