If you don’t know what I mean look at here
I am currently making a new game and I would love to add this feature to my game.
If you don’t know what I mean look at here
I am currently making a new game and I would love to add this feature to my game.
Oh and please change the category if I am wrong
Since they don’t detect touch advanced (the user would have to be very precise for advanced scrolling.) Just do this
when is touching (scroll item)
set i to 1
when is not touching (scroll item)
set i to 0
when (my device) is swiped down
check once if(i = 1)
change text y by (something)
Clive, don’t need this anymore