Hi,
I'm having a bit of an issue with something I'm doing. I have created an image which I have made invisible since I created it. I wish to know how to see the image again. [Name: fb_gif ID: 1006]
I'm a complete noob, so try to keep it as simple as possible.
Thanks.
Image visibility help
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Image visibility help
uweuan...
In the IDE go to the 'View' menu and choose 'Show Invisible Objects'... or enter
in the message box and hit return...
Dixie
In the IDE go to the 'View' menu and choose 'Show Invisible Objects'... or enter
Code: Select all
set the visible of image id 1006 to true

Dixie
Re: Image visibility help
If you execute the following in the message box it should make it show up again.
Or you can open the application browser, locate the control and put a check back into the "visible" column.
Code: Select all
set the visible of image "fb_gif" to true