akschinas
01-05-2003, 01:37 PM
Hi,
I have created a drag and drop game. One of the draggable movie clips has 3 possible drop targets.
I've done this:
on (press) {
if ((_root.DLU1._droptarget == "/drop1","/drop2","/drop3")
and this:
on (press) {
if ((_root.DLU1._droptarget == "/drop1") && (_root.DLU2._droptarget == "/drop2") && (_root.DLU3._droptarget == "/drop3")
Noneof these seem to work. Does anyone know why?
Thanks!
I have created a drag and drop game. One of the draggable movie clips has 3 possible drop targets.
I've done this:
on (press) {
if ((_root.DLU1._droptarget == "/drop1","/drop2","/drop3")
and this:
on (press) {
if ((_root.DLU1._droptarget == "/drop1") && (_root.DLU2._droptarget == "/drop2") && (_root.DLU3._droptarget == "/drop3")
Noneof these seem to work. Does anyone know why?
Thanks!