on mouseDoubleDown
doupsy at wanadoo.fr
doupsy at wanadoo.fr
Sat Nov 16 05:47:01 EST 2002
Hello,
I am trying to convert an HC Stack to an Revolution Stack.
--> Here the script of a locked bg field :
on mouseDown
wait 20 ticks
if (the mouseClick) and (the clickLoc is within the rect of me)
then DOTHIS
else DOTHAT
end mouseDown
--> Here the script of the background (group in Revolution)
on DOTHIS
.........
end DOTHIS
on DOTHAT
.......
end DOTHAT
I have no problem with these scripts in HC but they make mistakes in
Revolution.
What is the problem and the solution ?
How is it possible to use mouseDown and mouseDoubleDown to make ONLYTHIS
with the first one and ONLYTHAT with the second one.
Thanks
Edouard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 702 bytes
Desc: not available
URL: <http://lists.runrev.com/pipermail/use-livecode/attachments/20021116/8992fef0/attachment.bin>
More information about the use-livecode
mailing list