Ah, the grab command! That's perfect, Monte, just what I was looking for. I knew Rev's Transcript had to have an easier solution.

Is there really any comparison? Consider the ActionScript code:

on (press){
        startDrag(this);
        }
on (release){
        stopDrag();
        }

And Transcript:

on mouseDown
        grab me
end mouseDown

To my thinking, Transcript is much easier to write, read, and understand, once you know the proper command.

Thanks again!

Alan


On Dec 2, 2003, at 7:19 PM, Monte Goulding wrote:



Can anyone point me in the right direction? Do Rev objects have built
in drag and drop functionality, and if so, how is it accessed?

If it's a simple drag then you might want to see the grab command. More complex drags can be done using mouse events (particularly mouseMove).

_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to