pouët.net

Go to bottom

Dance, Move, Shake by Kosmic Free Music Foundation [web]

/*
 Dance, Move, Shake...
 August 20, 1997

 This demo didn't get to Crash '97 but I'm releasing it anyways.
 This was a one-man production (music, code, gfx, design) since every
 Kosmic member except myself has recently been abducted and taken to 
 another planet. 

 Here's a neat thing to try... Edit the S3M file and change the speed
 to 2 instead of 4, save the song, and watch the demo.  

*/

void Kosmic_Free_Music_Foundation_Music_Video_Demo_Released_At_Crash_97 (void)
{
  if (!sober)
    {
     music_ok = StartDMS ();

     if (!music_ok)
       {
        printf ("Use the -nomusic switch if you have trouble with sound.\n"
                "(but what's the point, this is supposed to be a music video demo!)\n");
       }       

     printf ("Designed and Coded by GooRoo\n"
             "egerter@egerter.com\n\n"
             "Visit our homepage - http://www.kosmic.org\n");
    }
  else
    {
     LaunchQuake ();
    }
}



Go to top