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.
Setting visible
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Andy,
This is not odd at all.
"recone" is a string, not rectangle.
rectangle is a keyword, not a rectangle. Check the docs for information about the keyword rectangle.
Maybe you are trying to refer to a graphic or an image?
Best,
Mark
This is not odd at all.
"recone" is a string, not rectangle.
rectangle is a keyword, not a rectangle. Check the docs for information about the keyword rectangle.
Maybe you are trying to refer to a graphic or an image?
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode