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

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

Reply via email to