Setting visible
Posted: Mon Sep 17, 2007 2:19 pm
This should work shouldn't it?
on mouseUp
set the visible of "recone" to true
end mouseUp
"recone" is a rectangle. I also tried:
on mouseUp
set the visible of rectangle "recone" to true
end mouseUp
First one says it can't find the object, second says there's a missing 'to'.
Very odd.
on mouseUp
set the visible of "recone" to true
end mouseUp
"recone" is a rectangle. I also tried:
on mouseUp
set the visible of rectangle "recone" to true
end mouseUp
First one says it can't find the object, second says there's a missing 'to'.
Very odd.