Sorry for posting so many questions; I have a project due soon.
I'm trying to "lock" the animations of various related elements so that only one of them animates at a time. So I made lock() and unlock() functions that set a flag, and I put onbegin="lock()" and onend="unlock()" in all of the related <animate> tags. It seems like it WOULD work, except that for some reason, unlock() gets called IMMEDIATELY after lock(). Which, in my estimation, has to mean that onend is firing IMMEDIATELY after onbegin. How could this possibly happen? IE7, ASV3. Here's one of the <animate> elements: <animate id="grow_U" attributeName="width" attributeType="XML" onbegin="lock()" onend="unlock()" begin="indefinite" dur="0.2s" fill="freeze" from="40" to="600" /> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

