From: Antoine Q. <an...@gr...> - 2001-09-28 14:07:59
|
Hey, Kev (list-member !!!) suggested that it'd be nice to have the possibility to have drag changes applied when you click on the object rather than when you actually drag it. What about doing something like: <i:drag actuate="onmousedown"> or <i:drag actuate="ondrag"> where "ondrag" would be the default value. Another possibility, that would be allowing for more flexibility, would be to allow an "onmousedown" attribute on <i:style> and <i:text> elements. This way, some changes could be made ondrag and others onmouseover. What do you think? Antoine |