A Flash Developer Resource Site

Results 1 to 12 of 12

Thread: As2 books catalog, multiple movieclips, search engine

Threaded View

  1. #6
    Designer, Programmer, Musician angelhdz's Avatar
    Join Date
    Mar 2010
    Posts
    971
    Ok! Fixed it!
    container = attachMovie("mc", "container"+[j], this.getNextHighestDepth());

    added the
    PHP Code:
     "container"+[j
    and added the less than or equal to sign
    PHP Code:
     for (var 0j<[B]=[/B]400[B]+1[/B]; j++) { 
    and now i can trace my 400 movieclips.

    Thanks for the help! The hard work comes later, when I load the .jpg's into each container with the XML loadVars...
    Last edited by angelhdz; 12-11-2012 at 11:48 AM.
    Already mastering AS3. It was so fun. Now into Javascript and PHP and all its libraries

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center