I have mailed a .fla to you. It is obviously a very basic file but it should show what I am trying to do there. Please let me know if you do not recieve it and i will mail it to another address.
Thanks,
Mike
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??
Thanks, that works a treat. Any chance you know how to make the code repeat as long as the mouse is over the button or would i have to embed the button in its own movieclip and set it to loop?
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.