Code: Select all
aeFadeIn the long id of image "img1", 800
wait for 1600 milliseconds
aeFadeIn the long id of image "img2", 1600
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
aeFadeIn the long id of image "img1", 800
wait for 1600 milliseconds
aeFadeIn the long id of image "img2", 1600
Code: Select all
on openCard
aeFadeIn the long id of image "img", 1000
wait 1000 milliseconds with messages
aeFadeIn the long id of image "img2", 1000
end openCard
Code: Select all
on openCard
send "splash2" to me in 1.5 seconds
aeFadeIn the long id of image "splash", 500
end openCard
on splash2
send "nextCard" to me in 2 seconds
set the visible of image "splash2" to true
aeFadeOut the long id of image "splash", 1000
end splash2
on nextCard
visual effect dissolve fast
go to next card
end nextCard