How to make a sliding "fixed" menu?
I want to make a sliding menu that moves to a fixed point smoothly when a button is touch.
How do I do this? I have previously made a menu like in the example of TShirtBooth, but I want the menu to stop at a fixed point instead of "just" where the pointer stops..
Anybody who can help me out?
How do I do this? I have previously made a menu like in the example of TShirtBooth, but I want the menu to stop at a fixed point instead of "just" where the pointer stops..
Anybody who can help me out?
Comments
For the selection items on the menu, you can return another boolean from the menu that is set by the menu being in the correct onscreen position. Then invisible buttons that are already in place can check it and become functional when the menu is in place.
hope that helps
kipper