[Tfug] iPod Replacement

Christopher Robbins robbinsc at gmail.com
Tue May 2 16:34:07 MST 2006


while( tech != helpful) {
     init_scene();
}

init_scene( char tech ) {
       rand(curse);
       if ( tech == angry && tech != helpful){
          rand(curse);
          call_manager();
          init_super_scene();
        }
       if ( tech == helpful ){
          break;
        }

       if ( tech == sad || tech == crying) {
          take_money(run);
       }
}

I don't know...There may be some bad logic in this code. :)
And if this looks wrong, I'm sorry - for some reason http is blocked
at my apartment complex, so I'm browing via SSH connection on Lynx :(

On 5/2/06, t takahashi <gambarimasu at gmail.com> wrote:
> could you provide us with the pseudocode for creating a scene in an
> effective and non-embarrassing way?
>
>
> --
> Webmaster: do you believe that people will (a) switch browsers to view
> your "best viewed with" page or (b) go to your competitor?
>
> _______________________________________________
> Tucson Free Unix Group - tfug at tfug.org
> Subscription Options:
> http://www.tfug.org/mailman/listinfo/tfug
>


--
Chris Robbins
Dept. of English Technical Support
http://www.homerengineeringcorp.net




More information about the tfug mailing list