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

As far as I know it has to be like this

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

HTH

- Bill

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


[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