Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mikewza
  • Content: Threads
  • Order by date
  1. mikewza

    Help with if statement

    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; }...
  2. mikewza

    How do i keep the same pointer when on buttons?

    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??
  3. mikewza

    Changing the _x or _y value in actionscript

    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??

Part and Inventory Search

Back
Top