Search found 1 match
- Thu Nov 14, 2024 9:22 am
- Forum: graphical programming
- Topic: flashing object on background
- Replies: 1
- Views: 154
Re: flashing object on background
well, First, you need to create the foreground object as a transparent image. Create a loop. In an odd loop, the object appears in the foreground. Remove the object from the foreground in an even loop and restore the background. Add a pause to each loop to flash. That's all.