idkas3
05-16-2010, 01:28 AM
I am trying to figure out how to obtain x and y positions' values on one variable
concept is...
cactus_mc.x = 233;
cactus_mc.y = 32;
two consecutive values of cactus_mcx and y must be applied on one variable
var xandyA = (cactus_mc.x, cactus_mc.y) // error
so I can continue with following functions in the future
if (xandyA == xandyB ){
code
}
concept is...
cactus_mc.x = 233;
cactus_mc.y = 32;
two consecutive values of cactus_mcx and y must be applied on one variable
var xandyA = (cactus_mc.x, cactus_mc.y) // error
so I can continue with following functions in the future
if (xandyA == xandyB ){
code
}