I want to see a new sprite every 20 seconds (is this PREF_SPRITE_INTERVAL??), with each one lasting 10 seconds (is this PREF_SPRITE_DURATION??) which should create a 10 second gap where no sprite displayed between each sprite. How can I accomplish this???
Example:
- Sprite A is displayed for 10 seconds
- No sprite is displayed for 10 seconds
- Sprite B is displayed for 10 seconds
and so on...
I tried these settings, but no luck...
Code: Select all
SetPref( PREF_SPRITE_DURATION, "10" );
SetPref( PREF_SPRITE_INTERVAL, "20" );