[Newbie] Im very stuck trying to blink an image and the threads r complex to me
Hi!
Im very new on this, i've create a png image with a text inside, and i want to make it blink, i've read the Q&A from Gamesalad and also another post related to blink but still it does not work for me.
Please, if someone can descript the steps one by one (like if im dumb) to make an image, or a text created from "display text" behavior, blinks i will be very thankfull
thanks by the way!
Im very new on this, i've create a png image with a text inside, and i want to make it blink, i've read the Q&A from Gamesalad and also another post related to blink but still it does not work for me.
Please, if someone can descript the steps one by one (like if im dumb) to make an image, or a text created from "display text" behavior, blinks i will be very thankfull
thanks by the way!
Comments
use 2 rules
first rule
when self colour alpha = 1
timer after 1 second
change attribute self colour alpha to 0
second rule
when self colour alpha = 0
timer after 1 second
change attribute self colour alpha to 1
If this seems too complex I suggest you watch through as many cookbook videos as you can bear, to build up your basic knowledge.
good luck
kipper
it works! finally!
im getting into this, thanks for your pattience