on 2/27/02 1:45 AM, Kurt Griffin at [EMAIL PROTECTED] wrote:

>> property not found
>> if pImage list [i].width > pImage list [i].height then
> 
> Looks like the pImageList is breaking... probably because the import of the
> images is failing. His code works for me. Two questions - one, did you
> maintain the relative path to the images when you made your projector (in
> other words, is the images folder still in the same directory as the
> projector)?
All of my image files are in internal casts.  The code, if you did not catch
the earlier note, should read:
if pimagelist[i].width > pimagelist [i].height then

Could it be a memory issue?  It seems strange that 3-5 images work fine in
one of my gallerys but exceeding that number so far has always given me the
error.

>Two, are you using jpegs?

Yes

> If not, you probably need the
> appropriate xtra to support the import function (you'll notice when making a
> projector that the jpeg import xtra gets packaged with the projector) -
> appropriate to the file type, that is. Finally, one thing to note is that
> the member he uses to display the images is 16 bit, so if you have 32 bit
> members, you should dither them down yourself (Director will band them on
> you), or change that member to 32 bit.
Double checked the xtra folder .jpeg import xtra there.
My members are 32 bit and I am pretty sure I changed his display member for
all of the movies. 
> 
> HTH,
> Kurt
> 
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
> [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is
> for learning and helping with programming Lingo.  Thanks!]
> 

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to