OZONE Asylum
Forums
Multimedia/Animation
Flash code planning
This page's ID:
11462
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
courtesy Joey Lott, from his "ActionScript Cookbook" (O'Reilly): [code] MovieClip.prototype.getNewDepth = function () { //if no currentDepth is defined, initialize it to 1. if (this.currentDepth == undefined) { this.currentDepth = 1; } //Return the new depth and increment it by 1 for the next time return this.currentDepth++; }; [/code] usage (he creates a movie clip dynamically for his example, but just swap the attachMovie syntax for your project): [code] _root.createEmptyMovieClip("circle_mc", _root.getNewDepth()); _root.createEmptyMovieClip("square_mc", _root.getNewDepth()); [/code] [This message has been edited by Steve (edited 10-16-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »