Alpha Channel?

Howard Bornstein bornstein at designeq.com
Fri Jun 11 12:01:14 EDT 2004


On Jun 11, 2004, at 9:41 AM, Marty Billingsley wrote:

> The current behavior makes one of my beginning assignments, a
> flip-card animation, really tedious to do.  (I'm reluctant to
> give up the assignment, as it's how I introduce loops.)
>
> Now if there were a control key that you could hold down that would
> override the lock as you click and drag on an object or its handles,
> that would solve the problem.  (RR, are you listening???)

How about putting a script like this in the stack script:

on mousemove
   if word 1 of the target = "image" then
     if the mouse is up then
       set the lockloc of the target to true
     else
       set the lockloc of the target to false
     end if
   end if
end mousemove



Regards,

Howard Bornstein
-----------------------
D E S I G N   E Q
www.designeq.com


More information about the use-livecode mailing list