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