Can’t you make a function that changes the image to blinking image and changes it back after a short time. And than you can call that with random intervals.
@BeyondtheTech’s suggestion is a good one, in my opinion. This is very useful method in animation to provide “spacing” of a longer interval on one frame without repeating the same frame in the image sheet. You could accomplish the same basic thing with a repeating timer function, but I think the spacing method is easier.
Can’t you make a function that changes the image to blinking image and changes it back after a short time. And than you can call that with random intervals.
@BeyondtheTech’s suggestion is a good one, in my opinion. This is very useful method in animation to provide “spacing” of a longer interval on one frame without repeating the same frame in the image sheet. You could accomplish the same basic thing with a repeating timer function, but I think the spacing method is easier.