You wrote:
> > Tried several variations of the following script: on mousedown make
> > image "ruler.jpg" draggable end mousedown
>
> -- Script of ruler image on mouseDown
> grab me
> end mouseDown
>
> Now this doesn't have any constraints, but it works very well...
Or only dragable when the control key is down
on mouseDown
if the controlKey is down then
grab me
end if
end mouseDown
Cheers
Bob
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution