How to change scene after release (mouse or touch)
I have a problem i believe is quite simple, always using the example of "Drawer ORBZAMPLE" on GS.
after playing around with the example (making lines) I wanted to have a new action, the action was to change scene after I release (mouse or touch)
any help will be extremely appreciated
after playing around with the example (making lines) I wanted to have a new action, the action was to change scene after I release (mouse or touch)
any help will be extremely appreciated
Comments
make a rule when mouse button is down change attribute touchPressed to 1
then a rule when attribute touchPressed=1 and mouse button is up
change scenes
Also in the future please use a descriptive title so other people wanting to do the same thing or searching for something similar can find the thread.
but thanks that really help me a lot