Help for this page

Select Code to Download


  1. or download this
    
    add_objects();
    ...
        update_display();
    }
    
  2. or download this
    
    while(!$done) {
    ...
        run_callback_routines();
        update_display();
    }
    
  3. or download this
    
    while(!$done) {
    ...
        check_for_collisions();
        update_display();
    }