trace(xLoc) has the value from the first line of code and notthe value 2 lines up. I cannot assign _xmouse to XLoc when the ''if''statement is true and I do not know why.
_xmouse and _ymouse not assigning to...
you're assigning xLoc twice in that code on line 1 and the 2lines above your trace() function and they are both going to assignthe same value to xLoc.
No comments:
Post a Comment