>on mouseUP
>if (gListStorage OR gListStorage1) = gFrameClips then
>    go "scn 3a"
>  else if (gListStorage1 OR gListStorage) = gFrameClips1 then
>    go "scn 3b"
>  end if
>end

You need to test both:

if ((gListStorage = gFrameClips) or ( gListStorage1 = gFrameClips)) then



-- 

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to