버튼을 클릭할 때마다 스크린의 배경화면 이미지가 순서대로 변경되는 것을 만들고 싶습니다 (I want to make the background image on the screen change in sequence whenever I click a button.)





버튼을 클릭할 때마다 스크린의 배경화면 이미지가 순서대로 변경되는 것을 만들고 싶습니다

이런식으로 화면을 애니메이션처럼 연속적으로 바꾸고 싶습니다.
clock 컴포넌트를 사용하여 많은 시도를 해보았지만 도무지 모르겠습니다.

What do you want? animate the images by clock.Timer?

에니메이션화가 아니라 단순히 이미지가 순서대로 변화하는것을 원했습니다..ㅠㅠ

버튼을 클릭한 후 몇 초마다 순서대로 이미지가 변하는 것을 원합니다.

Simple example:

oh!! Thanks, it works fine!!
But how to make the image change time shorter and stop it when all 6 images are finished?

Set the timer interval accordingly (less milliseconds = faster)

replace "set global INDEX to 1" with "set Clock2.TimerEnabled = false"