User Profile

Collapse

Profile Sidebar

Collapse
papalazarou78
papalazarou78
Last Activity: Jun 21 '07, 10:57 PM
Joined: Mar 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • The errors are from copying and pasting lines of text from another preloader into the wrong place. I don't remember the exact errors, but when I try to correct them (by trying to either add or take away ( or } ) I end up with more errors. I am still a beginner to AS, and usually work by using code from tutorials or forums and trying to piece them together, which has got me so-far, but I think I need to learn the basics of AS, so that things like...
    See more | Go to post

    Leave a comment:


  • Thanks for the reply. I'm still quite new to AS, and I have done a few sites with preloaders along the lines of the one in the link you supplied. But for this site I'm doing, I need something that will work with the existing code for loading the swf files, and I can't seem to add in code from other pre-loaders without either getting errors or effecting the loading of the swfs. If it helps, I have the files uploaded here;

    www.full...
    See more | Go to post

    Leave a comment:


  • papalazarou78
    started a topic How can I add a text preloader to this code?

    How can I add a text preloader to this code?

    Hi

    I've been working on a site where swf's are loaded into main movie with transitions between the sections. I have the following code on the mcContainer...

    Code:
    onClipEvent (enterFrame) {
    if (!loaded && this._url != _root._url) {
    if (this.getBytesLoaded() == this.getBytesTotal()) {
    loaded = true;
    _root.transition.gotoAndPlay("opening");
    }
    }
    }
    ...
    See more | Go to post

  • transition script and button script won't work together

    Hi

    I've been experiementing with actionscripting transitions between sections... this is the first site I have tried this with (last 3 had swf loaded in one after another rather than transitioned between). I used some code from kirupa.com which works for loading movies in and out, but I also have some code for my movie buttons. I can get one or the other working, but not together, so I guess I'm clashing code somewhere, I could do...
    See more | Go to post
No activity results to display
Show More
Working...