Answers

Question and Answer:

  Home  Adobe Flash

⟩ Which two sets the x position of the instance my_mc to that of the mouse cursor? (Choose two)?

A. my_mc._x=mouse._x;

B. my_mc._xmouse=this._x;

C. _root._xmouse=my_mc._x;

D. my_mc._x=_root._xmouse;

E. my_mc._x==_root._xmouse;

F. my_mc._x=Mouse.addListener(x);

G. setProperty(my_mc,_x,_root._xmouse);

 221 views

More Questions for you: