home *** CD-ROM | disk | FTP | other *** search
- button background =
- {
- cast =
- {
- bitmap bmpBackground = { file = "Home-base.bmp"; transparency = 255,0,255; }
- }
- frame 1 = { keyframe = { actor = bmpBackground; } }
- }
-
- button play =
- {
- cast =
- {
- bitmap bmpPlayN = { file = "Home-Play-Norm.bmp"; transparency = 255,0,255; }
- bitmap bmpPlayR = { file = "Home-Play-Roll.bmp"; transparency = 255,0,255; }
- bitmap bmpPlayP = { file = "Home-Play-Press.bmp"; transparency = 255,0,255; }
- sound sndPlayP = { file = "../../sounds/button.wav"; }
- }
- frame 1 = { keyframe = { actor = bmpPlayN; } }
- frame 2 = { keyframe = { actor = bmpPlayR; } }
- frame 3 =
- {
- keyframe = { actor = bmpPlayP; }
- keyframe = { actor = sndPlayP; }
- }
- }
-
- button exit =
- {
- cast =
- {
- bitmap bmpExitN = { file = "Home-Exit-Norm.bmp"; transparency = 255,0,255; }
- bitmap bmpExitR = { file = "Home-Exit-Roll.bmp"; transparency = 255,0,255; }
- bitmap bmpExitP = { file = "Home-Exit-Press.bmp"; transparency = 255,0,255; }
- sound sndExitP = { file = "../../sounds/button.wav"; }
- }
- frame 1 = { keyframe = { actor = bmpExitN; } }
- frame 2 = { keyframe = { actor = bmpExitR; } }
- frame 3 =
- {
- keyframe = { actor = bmpExitP; }
- keyframe = { actor = sndExitP; }
- }
- }
-
- button buyme =
- {
- cast =
- {
- bitmap bmpBuyMeN = { file = "Home-Buy-Norm.bmp"; transparency = 255,0,255; }
- bitmap bmpBuyMeR = { file = "Home-Buy-Roll.bmp"; transparency = 255,0,255; }
- bitmap bmpBuyMeP = { file = "Home-Buy-Press.bmp"; transparency = 255,0,255; }
- sound sndBuyMeP = { file = "../../sounds/button.wav"; }
- }
- frame 1 = { keyframe = { actor = bmpBuyMeN; } }
- frame 2 = { keyframe = { actor = bmpBuyMeR; } }
- frame 3 =
- {
- keyframe = { actor = bmpBuyMeP; }
- keyframe = { actor = sndBuyMeP; }
- }
- }
-
- button weburl =
- {
- cast =
- {
- bitmap bmpWebURLN = { file = "Home-GGCom-Norm.bmp"; transparency = 255,0,255; }
- bitmap bmpWebURLR = { file = "Home-GGCom-Roll.bmp"; transparency = 255,0,255; }
- bitmap bmpWebURLP = { file = "Home-GGCom-Press.bmp";transparency = 255,0,255; }
- sound sndWebURLP = { file = "../../sounds/button.wav"; }
- }
- frame 1 = { keyframe = { actor = bmpWebURLN; } }
- frame 2 = { keyframe = { actor = bmpWebURLR; } }
- frame 3 =
- {
- keyframe = { actor = bmpWebURLP; }
- keyframe = { actor = sndWebURLP; }
- }
- }
-
- movie BOWLINGPIN =
- {
- cast =
- {
- bitmap bp01 = { file = "Home-BPin01.bmp"; transparency = 255,0,255; }
- bitmap bp02 = { file = "Home-BPin02.bmp"; transparency = 255,0,255; }
- bitmap bp03 = { file = "Home-BPin03.bmp"; transparency = 255,0,255; }
- bitmap bp04 = { file = "Home-BPin04.bmp"; transparency = 255,0,255; }
- bitmap bp05 = { file = "Home-BPin05.bmp"; transparency = 255,0,255; }
- bitmap bp06 = { file = "Home-BPin06.bmp"; transparency = 255,0,255; }
- bitmap bp07 = { file = "Home-BPin07.bmp"; transparency = 255,0,255; }
- bitmap bp08 = { file = "Home-BPin08.bmp"; transparency = 255,0,255; }
- bitmap bp09 = { file = "Home-BPin09.bmp"; transparency = 255,0,255; }
- }
-
- speed = 20;
- frame 1 "start" =
- {
- keyframe =
- {
- layer = 12;
- actor = bp01;
- position = 0,0;
- }
- }
- frame 2 = { keyframe = { actor = bp02; } }
- frame 3 = { keyframe = { actor = bp03; } }
- frame 4 = { keyframe = { actor = bp04; } }
- frame 5 = { keyframe = { actor = bp05; } }
- frame 6 = { keyframe = { actor = bp06; } }
- frame 7 = { keyframe = { actor = bp07; } }
- frame 8 = { keyframe = { actor = bp08; } }
- frame 9 =
- {
- keyframe = { actor = bp09; }
- goto = "start";
- }
- }
-
- movie BASKETBALL =
- {
- cast =
- {
- bitmap bb01 = { file = "Home-BBall01.bmp"; transparency = 255,0,255; }
- bitmap bb02 = { file = "Home-BBall02.bmp"; transparency = 255,0,255; }
- bitmap bb03 = { file = "Home-BBall03.bmp"; transparency = 255,0,255; }
- bitmap bb04 = { file = "Home-BBall04.bmp"; transparency = 255,0,255; }
- bitmap bb05 = { file = "Home-BBall05.bmp"; transparency = 255,0,255; }
- bitmap bb06 = { file = "Home-BBall06.bmp"; transparency = 255,0,255; }
- bitmap bb07 = { file = "Home-BBall07.bmp"; transparency = 255,0,255; }
- bitmap bb08 = { file = "Home-BBall08.bmp"; transparency = 255,0,255; }
- bitmap bb09 = { file = "Home-BBall09.bmp"; transparency = 255,0,255; }
- bitmap bb10 = { file = "Home-BBall10.bmp"; transparency = 255,0,255; }
- }
-
- speed = 20;
- frame 1 "start" =
- {
- keyframe =
- {
- layer = 12;
- actor = bb01;
- position = 0,0;
- }
- }
- frame 2 = { keyframe = { actor = bb02; } }
- frame 3 = { keyframe = { actor = bb03; } }
- frame 4 = { keyframe = { actor = bb04; } }
- frame 5 = { keyframe = { actor = bb05; } }
- frame 6 = { keyframe = { actor = bb06; } }
- frame 7 = { keyframe = { actor = bb07; } }
- frame 8 = { keyframe = { actor = bb08; } }
- frame 9 = { keyframe = { actor = bb09; } }
- frame 10 =
- {
- keyframe = { actor = bb10; }
- goto = "start";
- }
- }
-
- movie TEAPOT =
- {
- cast =
- {
- bitmap tp01 = { file = "Home-TPot01.bmp"; transparency = 255,0,255; }
- bitmap tp02 = { file = "Home-TPot02.bmp"; transparency = 255,0,255; }
- bitmap tp03 = { file = "Home-TPot03.bmp"; transparency = 255,0,255; }
- }
-
- speed = 20;
- frame 1 "start" =
- {
- keyframe =
- {
- layer = 12;
- actor = tp01;
- position = 0,0;
- }
- }
- frame 2 = { keyframe = { actor = tp02; } }
- frame 3 =
- {
- keyframe = { actor = tp03; }
- goto = "start";
- }
- }
-
- movie HOME =
- {
- speed = 10;
- frame 1 "start" =
- {
- keyframe Background =
- {
- layer = 12;
- actor = background;
- position = 0,0;
- onMouseDown = { callback = "Background"; }
- }
- keyframe Play =
- {
- layer = 7;
- actor = play;
- position = 218, 113;
- onMouseUp = { callback = "Play"; }
- onMouseRollUp = { callback = "OverPlay"; }
- onMouseOverUp = { callback = "OverPlay"; }
- onMouseOverDown = { callback = "OverPlay"; }
- onMouseDown = { callback = "OverPlay"; }
- onMouseOffUp = { callback = "NotOverPlay"; }
- onMouseOffDown = { callback = "NotOverPlay"; }
- }
- keyframe Exit =
- {
- layer = 7;
- actor = exit;
- position = 231,346;
- onMouseUp = { callback = "Exit"; }
- onMouseRollUp = { callback = "OverExit"; }
- onMouseOverUp = { callback = "OverExit"; }
- onMouseOverDown = { callback = "OverExit"; }
- onMouseDown = { callback = "OverExit"; }
- onMouseOffUp = { callback = "NotOverExit"; }
- onMouseOffDown = { callback = "NotOverExit"; }
- }
- keyframe BuyMe =
- {
- layer = 7;
- actor = buyme;
- position = 209,196;
- onMouseUp = { callback = "BuyMe"; }
- onMouseRollUp = { callback = "OverBuyMe"; }
- onMouseOverUp = { callback = "OverBuyMe"; }
- onMouseOverDown = { callback = "OverBuyMe"; }
- onMouseDown = { callback = "OverBuyMe"; }
- onMouseOffUp = { callback = "NotOverBuyMe"; }
- onMouseOffDown = { callback = "NotOverBuyMe"; }
- }
- keyframe WebURL =
- {
- layer = 7;
- actor = weburl;
- position = 207,270;
- onMouseUp = { callback = "WebURL"; }
- onMouseRollUp = { callback = "OverWebURL"; }
- onMouseOverUp = { callback = "OverWebURL"; }
- onMouseOverDown = { callback = "OverWebURL"; }
- onMouseDown = { callback = "OverWebURL"; }
- onMouseOffUp = { callback = "NotOverWebURL"; }
- onMouseOffDown = { callback = "NotOverWebURL"; }
- }
- keyframe BowlingPin =
- {
- layer = 7;
- actor = BOWLINGPIN;
- position = 135,353;
- }
- keyframe Basketball =
- {
- layer = 7;
- actor = BASKETBALL;
- position = 510,308;
- }
- keyframe Teapot =
- {
- layer = 7;
- actor = TEAPOT;
- position = 360, 21;
- }
- }
- }
-