[ANN] Happy Mixer

Malte Brill malte.brill at t-online.de
Sat Nov 6 08:33:16 EST 2004


Hey Scott!

A wow as allways!!!! Really beautyful.

Congrats. :-)

@Klausimausi:

I wanted to wait until Malta, but try this with libRMC in use:

http://www.derbrill.de/librmc/libRMC.rev.zip

in any object:

on mouseDown
  set the uAllowDrag of me to true
end mouseDown

on mouseUp
  set the uAllowDrag of me to false
end mouseUp

on mouseRelease
  mouseUp
end mouseRelease

on mouseMove x,y
  if the uAllowDrag of me is true then
    set the loc of me to pointOnCircle(the loc of this cd,findangle(the loc
of this cd, the mouseLoc)-90,50)
  --mind linewrap
  end if
end mouseMove

Best,

Malte



More information about the use-livecode mailing list