Hi Tiemo.
Hello,
I think I am missing some basic setup for providing a function with
which
the user can drag around an image on the card (to position the img for
printing) What I did is:
on dragStart
put the name of the target into gDragTarget - global
---
on dragMove
set the loc of gDragTarget to the mouseloc
---
I get the dragStart trigger, but the image doesn't move. Do I have
to set
any property of the image to be draggable? (I found this property
only with
stacks, but not objects.?) What am I missing?
Thanks for any hint to a still beginner :-)
dragstart/dragmove/dragenter etc. are meant for "Drag and Drop"
operations!
You are probably looking for a simple:
on mousedown
grab me
end mousedown
In the script of the object to be "drag"ged around :-)
Tiemo
Best
Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de
_______________________________________________
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