A Flash Developer Resource Site

Search:

Type: Posts; User: semaj23

Page 1 of 12 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    13
    Views
    1,018

    Ok, this may be going to far, but I'm also trying...

    Ok, this may be going to far, but I'm also trying to figure out swapDepths with this. As of now the sound clips window is loaded into an empty movie clip on a higher layer than the other two. They...
  2. Replies
    13
    Views
    1,018

    Ah on (release) { gotoAndPlay(2); this._x=0;...

    Ah

    on (release) {
    gotoAndPlay(2);
    this._x=0;
    this._y=0;
    }

    This works.
  3. Replies
    13
    Views
    1,018

    Or mayhaps I do this, on (release) {...

    Or mayhaps I do this,

    on (release) {
    gotoAndPlay(2);
    this._x=85;
    this._y=30;
    }

    That seems to work so far but doesn't get it to the center. Hmm...
  4. Replies
    13
    Views
    1,018

    Can I not do the same thing only refer to...

    Can I not do the same thing only refer to _parent? Or do I need to reorganize it and make the code on the buttons refer to _parent. I had it all in one clip to do the dragging effect but then the...
  5. Replies
    13
    Views
    1,018

    Oh, and as far as it wanting to load a text file,...

    Oh, and as far as it wanting to load a text file, I have no idea why it would be doing that. The only thing I can think of is that I don't know how to action script and I have some syntax or...
  6. Replies
    13
    Views
    1,018

    Ah ha, genious. I was on the right track but...

    Ah ha, genious. I was on the right track but going the wrong way. Now, is there a way to make it go back to the center when the min and max buttons are pressed? At this point someone could drag it...
  7. Replies
    13
    Views
    1,018

    Perhaps a look at the .fla in question would be...

    Perhaps a look at the .fla in question would be in order.

    http://www.WagonNation.com/squirrel/downloads.zip
  8. Replies
    13
    Views
    1,018

    Drag loaded movie clip

    I've been working on a download page for my site and someone suggested that I add a feature to it. I've been attempting to figure it out and I've gotten pretty close but don't have it yet. So that...
  9. Replies
    3
    Views
    391

    Possibly setup movie controls like fast forward...

    Possibly setup movie controls like fast forward for testing the animation then remove them for the final product.
  10. Replies
    2
    Views
    664

    Nevermind, I figured out a solution.

    Nevermind, I figured out a solution.
  11. Replies
    5
    Views
    612

    It was kinda her intention to be one frame per...

    It was kinda her intention to be one frame per second. Techincally it's 12 fps but only one "frame" on those 12. Any other feedback is welcome.
  12. Replies
    2
    Views
    664

    Here's a doughnut for visiting this thread. ...

    Here's a doughnut for visiting this thread. :doughnut:
  13. Replies
    2
    Views
    664

    Load Movie Trouble

    I've been having some trouble getting my external swf files to load into this navigation setup. I've tried doing it outside of this setup and it seems to work but I can't get it to work on this...
  14. Replies
    5
    Views
    612

    Weird and stupid, that's some great feedback. ...

    Weird and stupid, that's some great feedback. :yarr:
  15. Replies
    5
    Views
    612

    Friends Cartoon

    this is my friends first cartoon in flash... what do you think?

    http://www.wagonnation.com/Cartoon/Cartoon.swf
  16. Replies
    18
    Views
    1,292

    Ok, I'm still trying to figure this thing out but...

    Ok, I'm still trying to figure this thing out but I can't seem to make it work. I've looked at the code on the fluoro site but I can't make heads or tails of it. I'm lost when it comes to action...
  17. Replies
    18
    Views
    1,292

    No, it doesn't seem to work. I've played around...

    No, it doesn't seem to work. I've played around with the level and still can't get it to show up. I've set it to 1000 and above. I'm not sure what the depth of the background is. How would I find...
  18. Replies
    18
    Views
    1,292

    if(_root.back._x>=520) {...

    if(_root.back._x>=520) {
    _root.creatEmptyMovieClip("holder",100);
    holder.loadMovie("EpisodesMovie.swf");
    }

    ???
  19. Replies
    18
    Views
    1,292

    Doesn't seem to load at all now. I know I'm...

    Doesn't seem to load at all now. I know I'm missing something really simple.
  20. Thread: Static effect

    by semaj23
    Replies
    5
    Views
    628

    Well, I've narrowed it down to frame rate. The...

    Well, I've narrowed it down to frame rate. The higher the frame rate the more processor power it requires. The unfortunate thing is that the static looks better at higher frame rates. Even at 12 fps...
  21. Thread: Static effect

    by semaj23
    Replies
    5
    Views
    628

    Ok something's up. I just made another one and it...

    Ok something's up. I just made another one and it takes the processor to 25%. I don't get what's going on but I'll just play around with it and see what happens.
  22. Thread: Static effect

    by semaj23
    Replies
    5
    Views
    628

    I also used this method only with more images and...

    I also used this method only with more images and it runs my processor to full. Instead of 4 I used 8 just to give more random action but it doesn't seem to matter how many images. I just made a...
  23. Thread: Static effect

    by semaj23
    Replies
    5
    Views
    628

    Static effect

    I've been using this TV static effect as a theme for my site. It recently came to my attention that it demands a lot of processor power. If you view the static and look at processor usage it will be...
  24. Replies
    18
    Views
    1,292

    That works great except that it takes the place...

    That works great except that it takes the place of my main movie instead of loading in front of it. I need the background and everything to stay and when another button is pressed the existing movie...
  25. Replies
    18
    Views
    1,292

    I'm only asking for a little help.

    I'm only asking for a little help.
Results 1 to 25 of 295
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center