07.12.2012 Views

Adobe Director Basics

Adobe Director Basics

Adobe Director Basics

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

ADOBE DIRECTOR BASICS<br />

3D basics<br />

Attempting to access an object by its name in JavaScript will lead to script errors<br />

Attempting to access an object by its name in JavaScript will lead to script errors<br />

Using count to count objects<br />

Compare the following examples<br />

-- Lingo<br />

put sprite(1).camera.overlay.count<br />

-- 2<br />

// JavaScript<br />

trace(sprite(1).camera.count("overlay"));<br />

// 2<br />

Last updated 8/26/2011<br />

84

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!