all groups > flash actionscript > october 2006 >
You're in the

flash actionscript

group:

Multiple &&'s


Re: Multiple &&'s dan mode ->Adobe Community Expert
10/27/2006 1:13:20 PM
flash actionscript:
yes

--

Dan Mode
--> Adobe Community Expert
*Flash Helps* http://www.smithmediafusion.com/blog/?cat=11
*THE online Radio* http://www.tornadostream.com
*Must Read* http://www.smithmediafusion.com/blog


[quoted text, click to view]

Multiple &&'s VaporAction
10/27/2006 6:38:40 PM
Can you do multiple && 's, like so....
Button_btn.onRelease = function() {
if((Field1_mc.hitTest(Atom1_mc) && (Field2_mc.hitTest(Atom2_mc)) &&
(Field3_mc.hitTest (Atom3_mc)) && (Field4_mc.hitTest(Atom4_mc))) {
trace ("all fields have the proper atoms")
}
}

AddThis Social Bookmark Button