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 strongm 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: *

  1. mikewza

    Help with if statement

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

    Changing the _x or _y value in actionscript

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