Code: Select all
on mouseUp
delete me
end mouseUp
Code: Select all
object's script is executing
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on mouseUp
delete me
end mouseUp
Code: Select all
object's script is executing
Let's suppose you have a stack with a template image of, say, a fish.Why would you need to?
Code: Select all
on mouseup
put the long ID of me into tID
send "delete tID" to this cd in 1
end mouseup