A Flash Developer Resource Site

Search:

Type: Posts; User: FleZ

Search: Search took 0.04 seconds.

  1. It worked, thanks a lot.:D

    It worked, thanks a lot.:D
  2. Replies
    9
    Views
    536

    I never used the for command, so I don't...

    I never used the for command, so I don't understand how it works, but I use:


    on(rollOver) {
    while ( _root.mcname._width < 200) {
    _root.mcname._width +=5;
    _root.mcname._height +=5;

    }
    }
  3. Replies
    7
    Views
    586

    I saw a preloader, but it came after a while,...

    I saw a preloader, but it came after a while, like if flash had to load the preloader :/
  4. Thread: www.netmode.gr

    by FleZ
    Replies
    14
    Views
    949

    The site doesn't load :rolleyes: :(

    The site doesn't load :rolleyes: :(
  5. Replies
    7
    Views
    586

    It's very nice, except a few things: - the...

    It's very nice, except a few things:
    - the background is grainy
    - the sound of the roll-overs are annoying
    - as you said, it's very slow, first time I checked, I clicked on gallery and saw nothing...
  6. Flash and XML, setting the width of a movie clip from a number from an XML file

    The problem is, I load the node and everything works, but the file just won't resize, I added a textfield to see if flash really received the number, and it does. But it just won't resize it.

    ...
  7. Thanks a lot nunomira.

    Thanks a lot nunomira.
  8. Generating a random starfield with the duplicateMovieClip

    I'm really new to actionscript, and I did this code, but it doesn't do anything...


    function addStars() {
    nbstars = Math.round(Math.random()*200);
    if (nbstars > 0) {...
  9. Replies
    1
    Views
    615

    Isn't level0 the main timeline? You should try...

    Isn't level0 the main timeline?

    You should try on other levels...
  10. thatstill didn't change anything... it's...

    thatstill didn't change anything...

    it's really annoying me...
  11. Playing a loaded movie clip (loaded in a different level)

    I really don't understand the problem here, I'm loading a swf containing a movie clip with 2 frames with Stop(); on each. The file is loaded on _level5 so I tried this:


    tellTarget...
  12. Replies
    5
    Views
    531

    bump?

    bump?
  13. Replies
    5
    Views
    531

    btw, it's not working on my computer, so there...

    btw, it's not working on my computer, so there shouldn't have any loading...


    or is there any way to preload a swf containing only a music file without having to load the movie in the main movie?...
  14. Replies
    5
    Views
    531

    I got this code a scene before: loadMovie...

    I got this code a scene before:



    loadMovie ("femus.swf", "mc1");
    dataLoaded = _root.getBytesLoaded()+mc1.getBytesLoaded();
    dataTotal = _root.getBytesTotal()+mc1.getBytesTotal();
    if...
  15. Replies
    5
    Views
    531

    loadMovie and tellTarget help

    I'm loading a swf containing a movieclip which contain 2 frames, both have Stop Action. The second has a music.

    I use this code:


    loadMovieNum ("femus.swf", 5);
    tellTarget...
  16. Replies
    1
    Views
    402

    any help?:(

    any help?:(
  17. Replies
    1
    Views
    402

    Preloading not working....

    got this code:


    btload = _root.getBytesLoaded();
    totbt = _root.getBytesTotal();
    sclbar = btload*100/totbt;
    sclbar = Math.round(sclbar);
    setProperty (_root.greybar, _xscale, sclbar);
    barwid...
  18. Thread: 2 animation ques.

    by FleZ
    Replies
    5
    Views
    894

    creedance, here's what you said: ...

    creedance, here's what you said:



    Increasing the frame rate WON'T change the number of frames, it will just make the animation show more frames in a second.

    Someone answered that:


    And...
Results 1 to 18 of 18




Click Here to Expand Forum to Full Width

HTML5 Development Center