I've had this problem before but I can't remember how I fixed it and I can't think of anything besides doing an additional stamp hidden by a sprite.
Basically the sprite stamps 19 times and the 19th stamp isn't showing at the moment.
Any ideas?
Offline
When a sprite is hidden and makes a stamp, the stamp doesn't show until the hidden sprite changes its position. Just make the sprite move to somewhere else on the screen after it is done stamping.
If that doesn't work, maybe there's a problem with the number of iterations it stamps? Try increasing it by 1.
Offline
Kileymeister wrote:
When a sprite is hidden and makes a stamp, the stamp doesn't show until the hidden sprite changes its position. Just make the sprite move to somewhere else on the screen after it is done stamping.
Exactly this, thanks. Knew it'd be something simple :s
Offline