just a question for you guys,
i tested the game, pretty cool.
i notice youve been able to work with a "click and hold" option.
for example if i click the right arrow, characters moved right. if i click and hold right, then the character keeps moving until you let go.
does it exist a function to do this?
maybe a while loop?
- while right arrow held
- Do something
end.
thanks
i tested the game, pretty cool.
i notice youve been able to work with a "click and hold" option.
for example if i click the right arrow, characters moved right. if i click and hold right, then the character keeps moving until you let go.
does it exist a function to do this?
maybe a while loop?
- while right arrow held
- Do something
end.
thanks
Comment