I recently recieved some good advice from oldnewbie but can not get this to work. I am wanting to move a symbol with a button rollover on the condition that its _x value does not exceed 350. i have tried
on (release) {
if (this._parent.my_symbol._x <= 350)
_level0.box1._x += 20;
}...
I want to make an invisible button but do not want the pointer to turn into a hand when over it. I can get the button right no problem but am struggling with the pointer. Any ideas??
I want to use a button to change the _x and _y value of a symbol by 5 each time the button is pressed. I can change the value by using setProperty but only to a definite value. I have tried ++ and +5 but that is not working. What do i need to do??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.