> 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)? Two, are you using jpegs? 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. 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!]
