Keyword "from"

René Micout rmicout at online.fr
Sat Jan 26 04:48:38 EST 2008


Hello everybody,
This is my script :
on mouseUp
   put the loc of graphic "Start1" into coordDépart
   put the loc of graphic "E 4" into coordArrivée
   drag graphic "Start1" from coordDépart to coordArrivée
end mouseUp
when I clic on "Apply" button I obtain an error message :
Type	drag: missing 'from'
Object	Button
Line	drag graphic "Start1" from coordDépart to coordArrivée
Hint	
Is it a bug ?
René from Paris




More information about the use-livecode mailing list