Ignore:
Timestamp:
Jul 31, 2012, 1:31:28 AM (12 years ago)
Author:
aslmd
Message:

UTIL PYTHON : minor changes (HTML movie speed, help for tiles, bug corrected with time_counter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/body.html

    r451 r748  
    66theImages = new Array();      //holds the images
    77imageNum = new Array();       //keeps track of which images to omit from loop
    8 normal_delay = 1000;
     8normal_delay = 200;
    99delay = normal_delay;         //delay between frames in 1/100 seconds
    10 delay_step = 50;
    11 delay_max = 6000;
    12 delay_min = 50;
     10delay_step = 20;
     11delay_max = 2000;
     12delay_min = 20;
    1313dwell_multipler = 3;
    1414dwell_step = 1;
Note: See TracChangeset for help on using the changeset viewer.