Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

structure of Images in Javascript



Hi,

I created an Quartz Composition that is fed from the outside with an array of images.
For testing purposes I would like to have such an array even when running in Quartz Composer.
I tried creating an Array in a Javascript patch, in different ways, but always end up with an structure of "null" elements.
I tried


outputs[0] = inputs;

and

images = new Array(5);

for (i=0;i<5;i++) {
	images[i] = inputs[i];
}

outputs[0] = images;

Why is this not working? How can I create a structure of images?

All the best
   Christoph

P.S.: I'm using Quartz Composer under Tiger since I get compatibilty problems under Leopard.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.