home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 24 / CDMM24_2.iso / data / system / hope_eng.spj < prev    next >
Encoding:
Text File  |  1996-09-03  |  29.0 KB  |  1,190 lines

  1. STPJ - Stage Project file
  2. Version 1.01
  3.  
  4.    CURSOR
  5.       data\system\CURSOR.NUT
  6.    TRES
  7.       data\system\hope.trs
  8.    FONT 2
  9.       data\system\textfont.nut
  10.       data\system\titlfont.nut
  11.    CODE 0
  12.    CODE 0
  13.    CODE 0
  14.    CODE 0
  15.    14
  16.    VIEW Boot Room
  17.       FCODE Init Code
  18.          FCSTART -----------------
  19.  
  20.     public short MENU_TATOOINE = 0;
  21.     public short MENU_MOSEISLY = 1;
  22.     public short MENU_JABBAHAN = 2;
  23.     public short MENU_FINALBAT = 3;
  24.     public short MENU_JEDIROCK = 4;
  25.  
  26.     public short MENU_TURNTABL = 5;
  27.  
  28.     public short MENU_SKYSOUND = 6;
  29.     public short MENU_LUCASFLM    = 7;
  30.     public short MENU_ILM        = 8;
  31.     public short MENU_THX        = 9;
  32.  
  33.    public short current_menu    = 0;
  34.     public short current_submenu = 0;
  35.  
  36.     public short pan_quit_flag = FALSE;
  37.     public short menu_up_flag  = FALSE;
  38.  
  39.     //
  40.     // Routines
  41.     //
  42.  
  43.    public uchar button_down( short type )
  44.    {
  45.       sound_start( 2-type,0,127,0,0 );
  46.    }
  47.  
  48.    public short icon_reset()
  49.    {
  50.       short i;
  51.  
  52.       for ( i=ICON_FIRST; i<=ICON_LAST; i+=1 ) {
  53.          image_set( i,HIDE );
  54.       }
  55.    }
  56.  
  57.    public short icon_add( short icon, short slot )
  58.    {
  59.       image_set  ( icon, SHOW );
  60.  
  61.       if (icon==ICON_CONTROL) {
  62.             if (slot)
  63.                 image_setxy( icon, 0, 415, FALSE );
  64.             else
  65.                 image_setxy( icon, 0,   0, FALSE );
  66.         }
  67.         else {
  68.             short x=slot*56,y=0;
  69.  
  70.             if (slot >= 8) {
  71.                 x -= 8*56;
  72.                 y -= 56;
  73.             }
  74.  
  75.             image_setxy( icon, x, y, FALSE );
  76.  
  77.             // If an nseq icon, move hilite too
  78.  
  79.             if (icon<ICON_BACK || icon>ICON_UP) {
  80.                 image_setxy( icon+20, x, y, FALSE );
  81.  
  82.                 if (slot==0) button_set( "button 1", 0,icon+20 );
  83.                 if (slot==1) button_set( "button 2", 0,icon+20 );
  84.                 if (slot==2) button_set( "button 3", 0,icon+20 );
  85.                 if (slot==3) button_set( "button 4", 0,icon+20 );
  86.                 if (slot==4) button_set( "button 5", 0,icon+20 );
  87.                 if (slot==5) button_set( "button 6", 0,icon+20 );
  88.                 if (slot==6) button_set( "button 7", 0,icon+20 );
  89.                 if (slot==7) button_set( "button 8", 0,icon+20 );
  90.                 if (slot==8) button_set( "button 9", 0,icon+20 );
  91.                 if (slot==9) button_set( "button 10", 0,icon+20 );
  92.                 if (slot==10) button_set( "button 11", 0,icon+20 );
  93.                 if (slot==11) button_set( "button 12", 0,icon+20 );
  94.             }
  95.         }
  96.    }
  97.  
  98.     public uchar wait_and_reset()
  99.     {
  100.         icon_reset();
  101.        mouse_set(FALSE); 
  102.        sleep();
  103.        while (anim_query() && keyboard_read()!=27 ) {
  104.            if (keyboard_read()==' ') {
  105.                 display_set( 0, (display_get(0)+1)%3 );
  106.             }
  107.             sleep();
  108.         }
  109.         if (keyboard_read()==27) sound_stopall();
  110.  
  111.         mouse_set(TRUE);
  112.     }
  113.  
  114.          FCEND -------------------
  115.       FCODE Boot Code
  116.          FCSTART -----------------
  117.             icon_reset();
  118.           anim_start("data\title\ti_title.san",ONCE,NEWPAL);
  119.  
  120.            mouse_set(FALSE); 
  121.             {  short i;
  122.                 for (i=0; i<40; i+=1) sleep();
  123.             }
  124.            mouse_set(TRUE); 
  125.  
  126.            while (anim_query() && !menu_up_flag) sleep();
  127.             menu_up_flag = FALSE;
  128.             view_goto("Main Menu");
  129.          FCEND -------------------
  130.       CODE 0
  131.       CODE 0
  132.       1
  133.       BUTTON Start
  134.          -9 12  647 12  647 483  -8 494
  135.          0
  136.          1 0
  137.          CODE 4 Start
  138. //                sound_stopall();
  139.                 button_down(1);
  140.                 view_goto("Main Menu");
  141.                 menu_up_flag = TRUE;
  142.    VIEW Control Panel
  143.       CODE 0
  144.       FCODE Enter Code
  145.          FCSTART -----------------
  146.             short dval;
  147.             sound_stopall();
  148.             button_down(1);
  149.          icon_reset();
  150.           image_set(300,SHOW);
  151.             sleep();
  152.             while (!pan_quit_flag) {
  153.                 draw_box(360,150,( sound_gethvol ()     *141)/127,7,251);
  154.                 draw_box(361,194,((video_getbrite()-128)*140)/256,7,251);
  155.                dval = display_get(0);
  156.                if (dval==0) draw_box( 485,239,4,5,248 );
  157.                else if (dval==1) draw_box( 392,239,4,5,248 );
  158.                else draw_box( 334,239,4,5,248 );
  159.  
  160.                draw_box(454-display_get(1)*76,287,4,5,248);
  161.                 sleep();
  162.             }
  163.          FCEND -------------------
  164.       CODE 1 
  165.           image_set(300,HIDE);
  166.       CODE 0
  167.       11
  168.       BUTTON Vol Dn
  169.          327 141  359 141  358 164  327 164
  170.          0
  171.          1 0
  172.          CODE 4
  173.                 short vol = sound_gethvol()-20;
  174.                 if (vol<0) vol = 0;
  175.                 button_down(1);
  176.                 sound_sethvol(vol);
  177.       BUTTON Vol Up
  178.          504 142  534 142  536 163  504 162
  179.          0
  180.          1 0
  181.          FCODE 
  182.             FCSTART -----------------
  183.                 {  short newvol = sound_gethvol()+20;
  184.                     if (newvol > 127) newvol = 127;
  185.                     button_down(1);
  186.                     sound_sethvol( newvol );
  187.                 }
  188.             FCEND -------------------
  189.       BUTTON Brite Dn
  190.          328 185  357 185  360 208  328 209
  191.          0
  192.          1 0
  193.          FCODE 
  194.             FCSTART -----------------
  195.                 button_down(1);
  196.                 {
  197.                    short newval = video_getbrite()-8;
  198.                     if (newval < 128) newval = 128;
  199.                     video_setbrite( newval,FALSE );
  200.                 }
  201.             FCEND -------------------
  202.       BUTTON Brite Up
  203.          503 187  535 187  536 210  504 209
  204.          0
  205.          1 0
  206.          FCODE 
  207.             FCSTART -----------------
  208.                 button_down(1);
  209.                 {
  210.                    short newval = video_getbrite()+8;
  211.                     if (newval > 384) newval = 384;
  212.                     video_setbrite( newval,FALSE );
  213.                 }
  214.             FCEND -------------------
  215.       BUTTON Continue
  216.          437 313  534 313  534 368  437 370
  217.          0
  218.          1 0
  219.          CODE 2 
  220.                 button_down(1);
  221.                 pan_quit_flag = TRUE;
  222.       BUTTON Quit
  223.          332 313  424 313  426 371  330 369
  224.          0
  225.          1 0
  226.          CODE 3 
  227.                 button_down(1);
  228.                 exit(0);
  229.               image_set(300,HIDE);
  230.       BUTTON Small
  231.          479 231  537 231  540 251  479 253
  232.          0
  233.          1 0
  234.          CODE 2 
  235.                 button_down(1);
  236.                 display_set(0,0);
  237.       BUTTON Interlace
  238.          385 231  477 232  476 252  385 251
  239.          0
  240.          1 0
  241.          CODE 2 
  242.                 button_down(1);
  243.                 display_set(0,1);
  244.       BUTTON Large
  245.          328 233  384 234  385 250  328 250
  246.          0
  247.          1 56
  248.          CODE 2 
  249.                 button_down(1);
  250.                 display_set(0,2);
  251.       BUTTON TextOff
  252.          448 280  495 281  498 299  448 302
  253.          0
  254.          1 0
  255.          CODE 2 
  256.                 button_down(1);
  257.                 display_set(1,0);
  258.       BUTTON TextOn
  259.          371 280  420 280  419 298  371 297
  260.          0
  261.          1 0
  262.          CODE 2 
  263.                 button_down(1);
  264.                 display_set(1,1);
  265.    VIEW Main Menu
  266.       FCODE Init Code
  267.          FCSTART -----------------
  268.             uchar start_up()
  269.             {
  270.                anim_start("data\main\mn_menu.san",ONCE,NEWPAL);
  271.                pan_quit_flag = FALSE;
  272.              icon_reset();
  273.              icon_add( ICON_CONTROL, 2 );
  274.             }
  275.          FCEND -------------------
  276.       CODE 1 Entry Code
  277.          start_up();
  278.       CODE 0
  279.       CODE 0
  280.       6
  281.       BUTTON New Footage
  282.          42 137  559 147  540 219  88 215
  283.          0
  284.          1 351
  285.          CODE 2 New Footage
  286.                 view_goto("NewSeq Menu");
  287.                 button_down(1);
  288.       BUTTON Archives
  289.          101 222  578 224  582 278  80 291
  290.          0
  291.          1 352
  292.          CODE 2 
  293.                 button_down(1);
  294.                 view_goto("Archive Menu");
  295.       BUTTON Biographies
  296.          74 304  575 293  560 369  74 386
  297.          0
  298.          1 353
  299.          CODE 3 Down Code
  300.             view_goto("Crew Menu");
  301.                 sound_stopall();
  302.             button_down(1);
  303.       BUTTON George
  304.          48 29  545 41  546 128  48 125
  305.          0
  306.          1 350
  307.          CODE 4 Down Code
  308.               anim_start("data\main\mn_gl.san",ONCE,NEWPAL|HALTAUDIO);
  309.                 button_down(0);
  310.                 wait_and_reset();
  311.                start_up();
  312.       BUTTON Credits
  313.          140 380  577 387  575 442  143 453
  314.          0
  315.          1 354
  316.          CODE 4 
  317.               anim_start("data\main\mn_cred.san",ONCE,NEWPAL|HALTAUDIO);
  318.                 button_down(0);
  319.                 wait_and_reset();
  320.                start_up();
  321.       BUTTON Control
  322.          8 426  41 426  41 473  8 473
  323.          0
  324.          1 0
  325.          FCODE 
  326.             FCSTART -----------------
  327.                 view_goto("Control Panel");
  328.                 do { sleep(); } while(!pan_quit_flag);
  329.                 view_goto("Main Menu");
  330.  
  331.  
  332.             FCEND -------------------
  333.    VIEW archive menu
  334.       FCODE Init Code
  335.          FCSTART -----------------
  336.             uchar start_up()
  337.             {
  338.                anim_start("data\main\mn_arch.san",ONCE,NEWPAL);
  339.                pan_quit_flag = FALSE;
  340.              icon_reset();
  341.              icon_add( ICON_CONTROL, 0 );
  342.              icon_add( ICON_UP,      0 );
  343.             }
  344.          FCEND -------------------
  345.       CODE 1 Entry Code
  346.          start_up();
  347.       CODE 0
  348.       CODE 0
  349.       6
  350.       BUTTON Control
  351.          9 11  42 11  42 58  9 58
  352.          0
  353.          1 0
  354.          FCODE 
  355.             FCSTART -----------------
  356.                 view_goto("Control Panel");
  357.                 do { sleep(); } while(!pan_quit_flag);
  358.                 view_goto("Archive Menu");
  359.  
  360.  
  361.             FCEND -------------------
  362.       BUTTON Up
  363.          536 421  567 421  567 462  536 462
  364.          0
  365.          1 0
  366.          CODE 2 
  367.                 button_down(1);
  368.                 view_goto("Main Menu");
  369.       BUTTON Storyboards
  370.          35 215  324 248  316 447  55 459
  371.          0
  372.          1 352
  373.          CODE 2 
  374.             button_down(1);
  375.                 view_goto("Board Menu");
  376.       BUTTON Photos
  377.          347 25  575 67  570 231  333 227
  378.          0
  379.          1 351
  380.          CODE 2 
  381.             button_down(1);
  382.                 view_goto("Photo Menu");
  383.       BUTTON Press
  384.          338 236  591 270  624 402  331 418
  385.          0
  386.          1 353
  387.          CODE 3 Down Code
  388.             button_down(1);
  389.             view_goto("Press Menu");
  390.  
  391.       BUTTON Computer
  392.          49 73  273 49  301 207  37 210
  393.          0
  394.          1 350
  395.          FCODE Turns
  396.             FCSTART -----------------
  397.                 button_down(1);
  398.                 current_menu = MENU_TURNTABL;
  399.                 view_goto("SubBoard Menu");
  400.                 for ( menu_up_flag = FALSE; !menu_up_flag; sleep() );
  401.                 view_goto("Archive Menu");
  402.             FCEND -------------------
  403.    VIEW SubNseq menu
  404.       XCODE data\system\subnseq.s 
  405.       CODE 1 Entry Code
  406.             start_up();
  407.       CODE 0
  408.       CODE 0
  409.       16
  410.       BUTTON Button 1
  411.          14 414  62 414  62 464  14 464
  412.          0
  413.          1 325
  414.          CODE 1 
  415.                 handle_button(0);
  416.       BUTTON Button 2
  417.          71 414  119 414  119 464  71 464
  418.          0
  419.          1 326
  420.          CODE 1 
  421.                 handle_button(1);
  422.       BUTTON Button 3
  423.          126 414  174 414  174 464  126 464
  424.          0
  425.          1 337
  426.          CODE 1 
  427.                 handle_button(2);
  428.       BUTTON Button 4
  429.          182 415  230 415  230 465  182 465
  430.          0
  431.          1 323
  432.          CODE 1 
  433.                 handle_button(3);
  434.       BUTTON Button 5
  435.          239 414  287 414  287 464  239 464
  436.          0
  437.          1 335
  438.          CODE 1 
  439.                 handle_button(4);
  440.       BUTTON Button 6
  441.          295 414  343 414  343 464  295 464
  442.          0
  443.          1 336
  444.          CODE 1 
  445.                 handle_button(5);
  446.       BUTTON Button 7
  447.          350 414  398 414  398 464  350 464
  448.          0
  449.          1 336
  450.          CODE 1 
  451.                 handle_button(6);
  452.       BUTTON Button 8
  453.          405 413  453 413  453 463  405 463
  454.          0
  455.          1 327
  456.          CODE 1 
  457.                 handle_button(7);
  458.       BUTTON Button 9
  459.          14 358  62 358  62 410  14 410
  460.          0
  461.          1 321
  462.          CODE 1 
  463.                 handle_button(8);
  464.       BUTTON Button 10
  465.          71 358  119 358  119 410  71 410
  466.          0
  467.          1 324
  468.          CODE 1 
  469.                 handle_button(9);
  470.       BUTTON Button 11
  471.          126 358  174 358  174 410  126 410
  472.          0
  473.          1 322
  474.          CODE 1 
  475.                 handle_button(10);
  476.       BUTTON Button 12
  477.          182 358  230 358  230 410  182 410
  478.          1
  479.          3 0
  480.          CODE 1 
  481.                 handle_button(11);
  482.       BUTTON Control
  483.          9 11  42 11  42 58  9 58
  484.          0
  485.          1 0
  486.          CODE 3 
  487.                 view_goto("Control Panel");
  488.                 do { sleep(); } while(!pan_quit_flag);
  489.                 view_goto("SubNseq menu");
  490.       BUTTON Back
  491.          502 433  531 433  531 466  469 466
  492.          0
  493.          1 0
  494.          CODE 4 
  495.                 sound_stopall();
  496.                 button_down(1);
  497.                 current_menu -= 1;
  498.                 start_up();
  499.       BUTTON Forward
  500.          571 432  601 432  633 464  571 464
  501.          0
  502.          1 0
  503.          CODE 4 
  504.                 sound_stopall();
  505.                 button_down(1);
  506.                 current_menu += 1;
  507.                 start_up();
  508.       BUTTON Up
  509.          536 421  567 421  567 462  536 462
  510.          0
  511.          1 0
  512.          CODE 3 
  513.                 sound_stopall();
  514.                 button_down(1);
  515.                 view_goto("NewSeq Menu");
  516.    VIEW Crew Menu
  517.       FCODE 
  518.          FCSTART -----------------
  519.             uchar start_up()
  520.             {
  521.                 anim_start("data\crew\cr_menu.san",ONCE,NEWPAL);
  522.                 pan_quit_flag = FALSE;
  523.              icon_reset();
  524.              icon_add( ICON_UP,    0 );
  525.              icon_add( ICON_CONTROL, 0 );
  526.             }
  527.          FCEND -------------------
  528.       CODE 1 Entry Code
  529.             start_up();
  530.       CODE 0
  531.       CODE 0
  532.       10
  533.       BUTTON Control
  534.          9 11  42 11  42 58  9 58
  535.          0
  536.          1 0
  537.          CODE 3 
  538.                 view_goto("Control Panel");
  539.                 do { sleep(); } while(!pan_quit_flag);
  540.                 view_goto("Crew Menu");
  541.       BUTTON Up
  542.          536 421  567 421  567 462  536 462
  543.          0
  544.          1 0
  545.          CODE 3 
  546.                 sound_stopall();
  547.                 button_down(1);
  548.                 view_goto("Main Menu");
  549.       BUTTON nh
  550.          511 216  628 228  629 354  507 342
  551.          0
  552.          1 353
  553.          FCODE 
  554.             FCSTART -----------------
  555.                 sound_stopall();
  556.                 button_down(1);
  557.                 current_menu = CRW_NEWHOPE;
  558.                 view_goto("SubCrew Menu");
  559.                 for ( menu_up_flag = FALSE; !menu_up_flag; sleep() );
  560.                 view_goto("Crew Menu");
  561.             FCEND -------------------
  562.       BUTTON sw
  563.          467 6  612 18  583 113  464 98
  564.          0
  565.          1 350
  566.          FCODE 
  567.             FCSTART -----------------
  568.                 sound_stopall();
  569.                 button_down(1);
  570.                 current_menu = CRW_STARWARS;
  571.                 view_goto("SubCrew Menu");
  572.                 for ( menu_up_flag = FALSE; !menu_up_flag; sleep() );
  573.                 view_goto("Crew Menu");
  574.             FCEND -------------------
  575.       BUTTON Esb
  576.          434 97  559 103  564 213  436 215
  577.          0
  578.          1 351
  579.          FCODE 
  580.             FCSTART -----------------
  581.                 sound_stopall();
  582.                 button_down(1);
  583.                 current_menu = CRW_EMPIRE;
  584.                 view_goto("SubCrew Menu");
  585.                 for ( menu_up_flag = FALSE; !menu_up_flag; sleep() );
  586.                 view_goto("Crew Menu");
  587.             FCEND -------------------
  588.       BUTTON Rj
  589.          353 238  487 222  507 347  381 370
  590.          0
  591.          1 352
  592.          FCODE 
  593.             FCSTART -----------------
  594.                 sound_stopall();
  595.                 button_down(1);
  596.                 current_menu = CRW_JEDI;
  597.                 view_goto("SubCrew Menu");
  598.                 for ( menu_up_flag = FALSE; !menu_up_flag; sleep() );
  599.                 view_goto("Crew Menu");
  600.             FCEND -------------------
  601.       BUTTON BattleFX
  602.          6 61  129 41  142 145  18 161
  603.          0
  604.          1 354
  605.          FCODE 
  606.             FCSTART -----------------
  607.                 sound_stopall();
  608.               anim_start("data\crew\cr_jk1.san",ONCE,NEWPAL|HALTAUDIO);
  609.                 button_down(0);
  610.                 wait_and_reset();
  611.                start_up();
  612.             FCEND -------------------
  613.       BUTTON ThenNow
  614.          25 160  143 150  148 260  37 275
  615.          0
  616.          1 355
  617.          FCODE 
  618.             FCSTART -----------------
  619.                 sound_stopall();
  620.               anim_start("data\crew\cr_ph.san",ONCE,NEWPAL|HALTAUDIO);
  621.                 button_down(0);
  622.                 wait_and_reset();
  623.                start_up();
  624.             FCEND -------------------
  625.       BUTTON OnComputers
  626.          38 285  150 271  162 372  51 387
  627.          0
  628.          1 356
  629.          FCODE 
  630.             FCSTART -----------------
  631.                 sound_stopall();
  632.               anim_start("data\crew\cr_jk2.san",ONCE,NEWPAL|HALTAUDIO);
  633.                 button_down(0);
  634.                 wait_and_reset();
  635.                start_up();
  636.             FCEND -------------------
  637.       BUTTON Producer
  638.          53 390  156 377  175 459  66 480
  639.          0
  640.          1 357
  641.          FCODE 
  642.             FCSTART -----------------
  643.                 sound_stopall();
  644.               anim_start("data\crew\cr_rm.san",ONCE,NEWPAL|HALTAUDIO);
  645.                 button_down(0);
  646.                 wait_and_reset();
  647.                start_up();
  648.             FCEND -------------------
  649.    VIEW SubCrew Menu
  650.       XCODE data\system\subcrew.s 
  651.       CODE 2 Entry Code
  652.             if (!pan_quit_flag) current_submenu = 0;
  653.             start_up();
  654.       CODE 0
  655.       CODE 1 Loop Code
  656.             do_loop();
  657.       5
  658.       BUTTON Control
  659.          9 11  42 11  42 58  9 58
  660.          0
  661.          1 0
  662.          CODE 3 
  663.                 view_goto("Control Panel");
  664.                 do { sleep(); } while(!pan_quit_flag);
  665.                 view_goto("SubCrew Menu");
  666.       BUTTON Back
  667.          502 433  531 433  531 466  469 466
  668.          0
  669.          1 0
  670.          CODE 3 
  671.                 button_down(1);
  672.                 current_submenu -= 1;
  673.                 start_up();
  674.       BUTTON Forward
  675.          571 432  601 432  633 464  571 464
  676.          1
  677.          1 0
  678.          CODE 3 
  679.                 button_down(1);
  680.                 current_submenu += 1;
  681.                 start_up();
  682.       BUTTON Up
  683.          536 421  567 421  567 462  536 462
  684.          0
  685.          1 0
  686.          FCODE 
  687.             FCSTART -----------------
  688.                 button_down(1);
  689.                 if (current_submenu >= 100) {
  690.                     current_submenu -= 100;
  691.                     start_up();
  692.                 }
  693.                 else menu_up_flag = TRUE;
  694.             FCEND -------------------
  695.       BUTTON Old Photo
  696.          391 302  481 302  481 433  391 433
  697.          0
  698.          1 0
  699.          CODE 3 
  700.                 button_down(1);
  701.                 current_submenu += 100;
  702.                 start_up();
  703.    VIEW Board Menu
  704.       FCODE Init Code
  705.          FCSTART -----------------
  706.             uchar start_up()
  707.             {
  708.                 anim_start("data\boards\bd_menu.san",ONCE,NEWPAL);
  709.                 pan_quit_flag = FALSE;
  710.              icon_reset();
  711.              icon_add( ICON_UP,      0 );
  712.              icon_add( ICON_CONTROL, 0 );
  713.             }
  714.          FCEND -------------------
  715.       CODE 1 Enter Code
  716.             start_up();
  717.       CODE 0
  718.       CODE 0
  719.       6
  720.       BUTTON Control
  721.          9 11  42 11  42 58  9 58
  722.          0
  723.          1 0
  724.          CODE 3 Down Code
  725.                 view_goto("Control Panel");
  726.                 do { sleep(); } while(!pan_quit_flag);
  727.                 view_goto("Board Menu");
  728.       BUTTON Up
  729.          536 421  567 421  567 462  536 462
  730.          0
  731.          1 0
  732.          CODE 2 
  733.                 button_down(1);
  734.                 view_goto("Archive Menu");
  735.       BUTTON Mos Eisley
  736.          59 239  301 240  297 435  63 398
  737.          0
  738.          1 352
  739.          FCODE 
  740.             FCSTART -----------------
  741.                 button_down(1);
  742.                 current_menu = MENU_MOSEISLY;
  743.                 view_goto("SubBoard Menu");
  744.                 for ( menu_up_flag = FALSE; !menu_up_flag; sleep() );
  745.                 view_goto("Board Menu");
  746.             FCEND -------------------
  747.       BUTTON Tatooine
  748.          61 71  303 37  301 233  61 238
  749.          0
  750.          1 350
  751.          FCODE 
  752.             FCSTART -----------------
  753.                 button_down(1);
  754.                 current_menu = MENU_TATOOINE;
  755.                 view_goto("SubBoard Menu");
  756.                 for ( menu_up_flag = FALSE; !menu_up_flag; sleep() );
  757.                 view_goto("Board Menu");
  758.             FCEND -------------------
  759.       BUTTON JabbaHan
  760.          344 37  596 77  598 235  348 240
  761.          0
  762.          1 351
  763.          FCODE 
  764.             FCSTART -----------------
  765.                 button_down(1);
  766.                 current_menu = MENU_JABBAHAN;
  767.                 view_goto("SubBoard Menu");
  768.                 for ( menu_up_flag = FALSE; !menu_up_flag; sleep() );
  769.                 view_goto("Board Menu");
  770.             FCEND -------------------
  771.       BUTTON JediRock
  772.          351 238  611 237  600 394  353 442
  773.          0
  774.          1 353
  775.          FCODE 
  776.             FCSTART -----------------
  777.                 button_down(1);
  778.                 current_menu = MENU_JEDIROCK;
  779.                 view_goto("SubBoard Menu");
  780.                 for ( menu_up_flag = FALSE; !menu_up_flag; sleep() );
  781.                 view_goto("Board Menu");
  782.             FCEND -------------------
  783.    VIEW SubBoard Menu
  784.       XCODE data\system\subboard.s 
  785.       CODE 2 Entry Code
  786.             if (!pan_quit_flag) current_submenu = 0;
  787.             start_up();
  788.       CODE 0
  789.       CODE 0
  790.       4
  791.       BUTTON Control
  792.          9 11  42 11  42 58  9 58
  793.          0
  794.          1 0
  795.          CODE 3 
  796.                 view_goto("Control Panel");
  797.                 do { sleep(); } while(!pan_quit_flag);
  798.                 view_goto("SubBoard Menu");
  799.       BUTTON Back
  800.          502 433  531 433  531 466  469 466
  801.          1
  802.          1 0
  803.          CODE 3 
  804.                 button_down(1);
  805.                 current_submenu -= 1;
  806.                 start_up();
  807.       BUTTON Forward
  808.          571 432  601 432  633 464  571 464
  809.          0
  810.          1 0
  811.          CODE 3 
  812.                 button_down(1);
  813.                 current_submenu += 1;
  814.                 start_up();
  815.       BUTTON Up
  816.          536 421  567 421  567 462  536 462
  817.          0
  818.          1 0
  819.          CODE 2 
  820.                 button_down(1);
  821.                 menu_up_flag = TRUE;
  822.    VIEW Photo Menu
  823.       FCODE Init Code
  824.          FCSTART -----------------
  825.             uchar start_up()
  826.             {
  827.                 anim_start("data\photos\ph_menu.san",ONCE,NEWPAL);
  828.                 pan_quit_flag = FALSE;
  829.              icon_reset();
  830.              icon_add( ICON_UP,      0 );
  831.              icon_add( ICON_CONTROL, 0 );
  832.             }
  833.          FCEND -------------------
  834.       CODE 1 Enter Code
  835.             start_up();
  836.       CODE 0
  837.       CODE 0
  838.       5
  839.       BUTTON Control
  840.          9 11  42 11  42 58  9 58
  841.          0
  842.          1 0
  843.          CODE 3 Down Code
  844.                 view_goto("Control Panel");
  845.                 do { sleep(); } while(!pan_quit_flag);
  846.                 view_goto("Photo Menu");
  847.       BUTTON Up
  848.          536 421  567 421  567 462  536 462
  849.          0
  850.          1 0
  851.          CODE 2 
  852.                 button_down(1);
  853.                 view_goto("Archive Menu");
  854.       BUTTON Star Wars
  855.          25 131  255 113  279 344  54 364
  856.          0
  857.          1 350
  858.          FCODE 
  859.             FCSTART -----------------
  860.                 button_down(1);
  861.                 current_menu = PHOTO_NH;
  862.                 view_goto("SubPhoto Menu");
  863.                 for ( menu_up_flag = FALSE; !menu_up_flag; sleep() );
  864.                 view_goto("Photo Menu");
  865.             FCEND -------------------
  866.       BUTTON Empire
  867.          276 12  501 56  467 271  248 235
  868.          0
  869.          1 351
  870.          FCODE 
  871.             FCSTART -----------------
  872.                 button_down(1);
  873.                 current_menu = PHOTO_ESB;
  874.                 view_goto("SubPhoto Menu");
  875.                 for ( menu_up_flag = FALSE; !menu_up_flag; sleep() );
  876.                 view_goto("Photo Menu");
  877.             FCEND -------------------
  878.       BUTTON Jedi
  879.          311 241  525 238  520 458  306 466
  880.          0
  881.          1 352
  882.          FCODE 
  883.             FCSTART -----------------
  884.                 button_down(1);
  885.                 current_menu = PHOTO_RJ;
  886.                 view_goto("SubPhoto Menu");
  887.                 for ( menu_up_flag = FALSE; !menu_up_flag; sleep() );
  888.                 view_goto("Photo Menu");
  889.             FCEND -------------------
  890.    VIEW SubPhoto Menu
  891.       XCODE data\system\subphoto.s 
  892.       CODE 2 Entry Code
  893.             if (!pan_quit_flag) current_submenu = 0;
  894.             start_up();
  895.       CODE 0
  896.       CODE 0
  897.       4
  898.       BUTTON Control
  899.          9 11  42 11  42 58  9 58
  900.          0
  901.          1 0
  902.          CODE 3 
  903.                 view_goto("Control Panel");
  904.                 do { sleep(); } while(!pan_quit_flag);
  905.                 view_goto("SubPhoto Menu");
  906.       BUTTON Back
  907.          502 433  531 433  531 466  469 466
  908.          1
  909.          1 0
  910.          CODE 3 
  911.                 button_down(1);
  912.                 current_submenu -= 1;
  913.                 start_up();
  914.       BUTTON Forward
  915.          571 432  601 432  633 464  571 464
  916.          0
  917.          1 0
  918.          CODE 3 
  919.                 button_down(1);
  920.                 current_submenu += 1;
  921.                 start_up();
  922.       BUTTON Up
  923.          536 421  567 421  567 462  536 462
  924.          0
  925.          1 0
  926.          CODE 2 
  927.                 button_down(1);
  928.                 menu_up_flag = TRUE;
  929.    VIEW NewSeq Menu
  930.       FCODE Init Code
  931.          FCSTART -----------------
  932.             uchar start_up()
  933.             {
  934.                anim_start("data\main\mn_nseq.san",ONCE,NEWPAL);
  935.                pan_quit_flag = FALSE;
  936.              icon_reset();
  937.              icon_add( ICON_CONTROL, 0 );
  938.              icon_add( ICON_UP, 0 );
  939.             }
  940.          FCEND -------------------
  941.       CODE 1 Entry Code
  942.          start_up();
  943.       CODE 0
  944.       CODE 0
  945.       8
  946.       BUTTON Control
  947.          9 11  42 11  42 58  9 58
  948.          0
  949.          1 0
  950.          CODE 3 
  951.                 view_goto("Control Panel");
  952.                 do { sleep(); } while(!pan_quit_flag);
  953.                 view_goto("NewSeq Menu");
  954.       BUTTON Up
  955.          536 421  567 421  567 462  536 462
  956.          0
  957.          1 0
  958.          CODE 2 
  959.                 button_down(1);
  960.                 view_goto("Main Menu");
  961.       BUTTON Tatooine
  962.          177 24  419 21  405 127  151 130
  963.          0
  964.          1 350
  965.          CODE 3 
  966.                 button_down(1);
  967.                 current_menu = MENU_TATOOINE;
  968.                 view_goto("SubNseq menu");
  969.       BUTTON Mos Eisley
  970.          148 137  401 134  368 234  106 236
  971.          0
  972.          1 351
  973.          CODE 3 
  974.                 button_down(1);
  975.                 current_menu = MENU_MOSEISLY;
  976.                 view_goto("SubNseq menu");
  977.       BUTTON JabbaHan
  978.          105 241  373 243  326 341  75 342
  979.          0
  980.          1 352
  981.          CODE 3 
  982.                 button_down(1);
  983.                 current_menu = MENU_JABBAHAN;
  984.                 view_goto("SubNseq menu");
  985.       BUTTON LastBattle
  986.          74 348  324 347  295 454  55 447
  987.          0
  988.          1 353
  989.          CODE 3 
  990.                 button_down(1);
  991.                 current_menu = MENU_FINALBAT;
  992.                 view_goto("SubNseq menu");
  993.       BUTTON JediRocks
  994.          416 234  563 208  596 351  449 390
  995.          0
  996.          1 355
  997.          CODE 4 
  998.               anim_start("data\jedirock\jr_gl.san",ONCE,NEWPAL|HALTAUDIO);
  999.                 button_down(0);
  1000.                 wait_and_reset();
  1001.                start_up();
  1002.       BUTTON EsbWampa
  1003.          479 6  625 47  590 179  449 150
  1004.          0
  1005.          1 354
  1006.          CODE 4 
  1007.               anim_start("data\esbwampa\ew_rm.san",ONCE,NEWPAL|HALTAUDIO);
  1008.                 button_down(0);
  1009.                 wait_and_reset();
  1010.                start_up();
  1011.    VIEW NewSeqInfo Menu
  1012.       FCODE Init
  1013.          FCSTART -----------------
  1014.             static short inf_frames[10] = {
  1015.                 1,1,1,1,0, 0, 13,4,7,3
  1016.             };
  1017.  
  1018.             short start_up()
  1019.             {
  1020.                 icon_reset();
  1021.                 icon_add( ICON_CONTROL, 0 );
  1022.                 icon_add( ICON_UP, 0 );
  1023.  
  1024.                 if (current_submenu > 0) {
  1025.                     icon_add( ICON_BACK, 0 );
  1026.                     button_set( "back", 0,0 );
  1027.                 }
  1028.                 else {
  1029.                     button_set( "back", 1,0 );
  1030.                 }
  1031.  
  1032.  
  1033.                 if (current_submenu < inf_frames[current_menu]-1) {
  1034.                     icon_add( ICON_FORWARD, 0 );
  1035.                     button_set( "forward", 0,0 );
  1036.                 }
  1037.                 else {
  1038.                     button_set( "forward", 1,0 );
  1039.                 }
  1040.  
  1041.                 if (current_menu==MENU_SKYSOUND) {
  1042.                     if (current_submenu)
  1043.                         anim_start("data\press\pr_back.nut",ONCE,NEWPAL);
  1044.                     else
  1045.                         anim_start("data\press\ben_b.nut",ONCE,NEWPAL);
  1046.                 }
  1047.                 pan_quit_flag = FALSE;
  1048.             }
  1049.          FCEND -------------------
  1050.       FCODE Entry Code
  1051.          FCSTART -----------------
  1052.             if (!pan_quit_flag) current_submenu = 0;
  1053.  
  1054.             start_up();
  1055.  
  1056.             // Load correct background
  1057.  
  1058.             if (current_menu==MENU_TATOOINE)    {
  1059.                 anim_start("data\tatooine\ta_back.nut",ONCE,OLDPAL);
  1060.             }
  1061.  
  1062.             else if (current_menu==MENU_MOSEISLY) {
  1063.                 anim_start("data\moseisly\me_back.nut",ONCE,OLDPAL);
  1064.             }
  1065.  
  1066.             else if (current_menu==MENU_JABBAHAN) {
  1067.                 anim_start("data\jabbahan\jb_back.nut",ONCE,OLDPAL);
  1068.             }
  1069.  
  1070.             else if (current_menu==MENU_FINALBAT) {
  1071.                 anim_start("data\finalbat\fb_back.nut",ONCE,OLDPAL);
  1072.             }
  1073.  
  1074.             else if (current_menu!=MENU_SKYSOUND) {
  1075.                 anim_start("data\press\pr_back.nut",ONCE,OLDPAL);
  1076.             }
  1077.  
  1078.          FCEND -------------------
  1079.       CODE 0
  1080.       CODE 5
  1081.             { short foo=current_menu*5;
  1082.                 if (current_menu==MENU_SKYSOUND) foo-=11;
  1083.                 if (current_menu==MENU_THX     ) foo+=2;
  1084.                 print_tres( 50+foo+current_submenu, 70,50, 1,0, 0 );
  1085.             }
  1086.       4
  1087.       BUTTON Back
  1088.          502 433  531 433  531 466  469 466
  1089.          1
  1090.          1 0
  1091.          CODE 3 
  1092.                 button_down(1);
  1093.                 current_submenu -= 1;
  1094.                 start_up();
  1095.       BUTTON Forward
  1096.          571 432  601 432  633 464  571 464
  1097.          0
  1098.          1 0
  1099.          CODE 3 
  1100.                 button_down(1);
  1101.                 current_submenu += 1;
  1102.                 start_up();
  1103.       BUTTON Control
  1104.          9 11  42 11  42 58  9 58
  1105.          0
  1106.          1 0
  1107.          CODE 4 
  1108.                while (anim_query()) sleep();
  1109.                 view_goto("Control Panel");
  1110.                 do { sleep(); } while(!pan_quit_flag);
  1111.                 view_goto("NewSeqInfo Menu");
  1112.       BUTTON Up
  1113.          536 421  567 421  567 462  536 462
  1114.          0
  1115.          1 0
  1116.          CODE 5
  1117.                 button_down(1);
  1118.                 if (current_menu < MENU_SKYSOUND) 
  1119.                     view_goto("SubNSeq Menu");
  1120.                 else
  1121.                     view_goto("Press Menu");
  1122.    VIEW Press Menu
  1123.       FCODE Init Code
  1124.          FCSTART -----------------
  1125.             uchar start_up()
  1126.             {
  1127.                anim_start("data\press\pr_menu.san",ONCE,NEWPAL);
  1128.                pan_quit_flag = FALSE;
  1129.              icon_reset();
  1130.              icon_add( ICON_CONTROL, 0 );
  1131.              icon_add( ICON_UP,      0 );
  1132.             }
  1133.          FCEND -------------------
  1134.       CODE 1 Entry Code
  1135.          start_up();
  1136.       CODE 0
  1137.       CODE 0
  1138.       6
  1139.       BUTTON Control
  1140.          9 11  42 11  42 58  9 58
  1141.          0
  1142.          1 0
  1143.          FCODE 
  1144.             FCSTART -----------------
  1145.                 view_goto("Control Panel");
  1146.                 do { sleep(); } while(!pan_quit_flag);
  1147.                 view_goto("Press Menu");
  1148.  
  1149.  
  1150.             FCEND -------------------
  1151.       BUTTON Up
  1152.          536 421  567 421  567 462  536 462
  1153.          0
  1154.          1 0
  1155.          CODE 2 
  1156.                 button_down(1);
  1157.                 view_goto("Archive Menu");
  1158.       BUTTON Skysound
  1159.          17 50  295 48  304 129  17 140
  1160.          0
  1161.          1 350
  1162.          CODE 3
  1163.                 button_down(1);
  1164.                 current_menu = MENU_SKYSOUND;
  1165.                 view_goto("NewSeqInfo Menu");
  1166.       BUTTON ILM
  1167.          334 43  607 45  624 239  339 234
  1168.          0
  1169.          1 352
  1170.          CODE 3
  1171.                 button_down(1);
  1172.                 current_menu = MENU_ILM;
  1173.                 view_goto("NewSeqInfo Menu");
  1174.       BUTTON Lucasfilm
  1175.          29 181  318 180  321 275  29 271
  1176.          0
  1177.          1 351
  1178.          CODE 3
  1179.                 button_down(1);
  1180.                 current_menu = MENU_LUCASFLM;
  1181.                 view_goto("NewSeqInfo Menu");
  1182.       BUTTON THX
  1183.          281 308  556 311  555 422  281 417
  1184.          0
  1185.          1 353
  1186.          CODE 3
  1187.                 button_down(1);
  1188.                 current_menu = MENU_THX;
  1189.                 view_goto("NewSeqInfo Menu");
  1190.