我正试图利用头巾(窗户电话7)。
I have a thread that randoms create storyboards which moves from the top to the bottom of the phone. Thats the "computer", now i have the "player" , and i want to know when one of the storyboards overlaps the player or come very close.
Is there a way to control the storyboard and know when the "computer" and the "player" overlaps? Like listening to an event that triggers everytime the storyboard changes position and then check if storyboard.pos == player.pos ?
谢谢!