Code: Select all
on mouseUp
show image "loading"
wait 2 seconds with messages
hide image "loading"
end mouseUp
Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller
Code: Select all
on mouseUp
show image "loading"
wait 2 seconds with messages
hide image "loading"
end mouseUp