I have a laptop that has a touch screen and was wondering if i can make a 50% opaque box and give it
touch_event
move player.x +101
(not actual code)
or what ever
so basically the code will make my player more to the left
Printable View
I have a laptop that has a touch screen and was wondering if i can make a 50% opaque box and give it
touch_event
move player.x +101
(not actual code)
or what ever
so basically the code will make my player more to the left
sure you could, in fact for the button you don't have to use touch events, mouse clicks will work too (if you touch the screen). also keep in mind that touch events do not work on desktop
machine for content with wmode = transparent or opaque.