|
Prev: Firefox 3 and Internet Explorer 7
Next: Change layers
From: dparrott on 26 Jun 2008 16:06 I need to get the x/y coords of images in my file. I don't know why the Image Properties box does not appear, it only appears to images in a library, which have different x/y's. Any ideas?
From: Erik L. **Community Expert** on 26 Jun 2008 16:20 The property inspector is a finicky beast. If it's not appearing, select the image and press ctrl-i. If it is appearing but not updating, close it, then double-click the image. If it's still not appearing, it could be hiding offscreen? Regardless, Authorware's internal variables DisplayX and DisplayY will give you the x/y coords of any icon requested (i.e. DisplayX@"myIcon"), which is most easily referenced by embedding the variable on a display icon set to 'update displayed variables' (i.e. {DisplayX@"myIcon"}) Erik dparrott wrote: > I need to get the x/y coords of images in my file. I don't know why the Image Properties box does not appear, it only appears to images in a library, which have different x/y's. Any ideas? -- Erik Lord http://www.capemedia.net Adobe Community Expert - eLearning http://www.adobe.com/communities/experts/ ------------------------------------------------------------------------ http://www.awaretips.net - Authorware Tips!
From: dparrott on 26 Jun 2008 16:58 It's not the Display Properties box that is the problem, it is the *Image* Properties box that is not appearing (where the options are to crop and scale an image). Is there some kind of report that can be generated that contains icon display properties?
From: Mike Baker **Adobe Community Expert** on 26 Jun 2008 17:08 Double-click on the display icon to open the it for editing. Then double-click on an image in the display to open the image properties. Mike ==================== Mike Baker Adobe Community Expert mike-baker at cox dot net "dparrott" <webforumsuser(a)macromedia.com> wrote in message news:g40vtq$o0c$1(a)forums.macromedia.com... > It's not the Display Properties box that is the problem, it is the *Image* > Properties box that is not appearing (where the options are to crop and scale > an image). Is there some kind of report that can be generated that contains > icon display properties? >
From: dparrott on 26 Jun 2008 18:16
That is what I am doing. Nothing happens. It only works that way if the icon is in a library. I either need that to work, or to get the DisplayTop and DisplayLeft for each icon. |