Loops run instantly, so instead of set invisible, wait 0.1 then set visible, you have set invisible 15 times, wait, set visible, 15 times.
Try a variable
Counter is less than 15, sprite is visible, set invisible, wait 0.1, set visible, add one to counter.