The following script function being used to reset the state of an  
applet does not work in 11.4.4.  This is taken right out of a saved  
state.  The problem is that the frame ends up as 1.1 rather than  
1.9.  I'm not sure why since "frame 1.X" works from the script  
console on the applet.  Any ideas?  Did I get some of the state  
script stuff from 11.5 mixed in?

----script---
function _setFrameState();
# frame state;
# modelCount 9;
# first 1.1;
# last 1.9;
   frame RANGE 1.1 1.9;
   animation DIRECTION +1;
   animation FPS 10;
   animation MODE ONCE 0.0 0.0;
   frame 1.9;
   animation OFF;
end function;
-------------

Jonathan

                          Dr. Jonathan H. Gutow
Chemistry Department                                 [EMAIL PROTECTED]
UW-Oshkosh                                           Office:920-424-1326
800 Algoma Boulevard                                 FAX:920-424-2042
Oshkosh, WI 54901
                  http://www.uwosh.edu/faculty_staff/gutow/





-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to