Getting a fade in to last a certain amount of time could be tricky... you could probably throw a ghost effect change block in a repeat() loop and play around with delays of fractions of a second and see if you can get roughly half a second. Be warned that if someone is running it on a slower computer, the timing will be off though.
Offline
SamWang wrote:
Oh, thanks! This was what I added:
when gf clicked show set [ghost v] effect to (100) repeat (15) wait (0.005) secs change [ghost v] effect by (-7.5) end
Scratch Blocks fixed.
Offline