A Flash Developer Resource Site

Search:

Type: Posts; User: nao448

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    340

    sorry - ignore my last post, have figured it out....

    sorry - ignore my last post, have figured it out.

    cheers
  2. Replies
    1
    Views
    340

    preloader not working

    Hi,

    I've tried to put a preloader into my movie using this code,

    MovieSize = _root.getBytesTotal();
    LoadedSize = _root.getBytesLoaded();
    PercentLoaded = LoadedSize / MovieSize
    ...
  3. Thread: random frame

    by nao448
    Replies
    1
    Views
    410

    random frame

    Hey guys,
    I currently have a movie clip with the following script applied:

    on (release) {
    gotoAndStop ((_currentframe % _totalframes)+1);
    }

    so that on(release) it goes to the next frame in...
  4. Replies
    7
    Views
    386

    Yea, didn't think so. I'll keep playing with it,...

    Yea, didn't think so. I'll keep playing with it, I'm sure I'll work it out.. thanks for all your help.
  5. Replies
    7
    Views
    386

    thanks.. I'm still trying...the only other...

    thanks.. I'm still trying...the only other possible probelm I can think of is my mcs are all on seperate layers, I should only have to apply the action to one of the layers, though, shouldn't I?
    (I...
  6. Replies
    7
    Views
    386

    It still doesn't want to work for me.. I've used...

    It still doesn't want to work for me..
    I've used the script you gave me - (there are actually 9 mcs, so I just kept repeating it) is there anything else I'd need to do? could the fact that the movie...
  7. Replies
    7
    Views
    386

    thanks alot, I'll give it a try..

    thanks alot, I'll give it a try..
  8. Replies
    7
    Views
    386

    rollover variable

    Hey,
    I was wondering if anyone could help me out. Basically I have a few movie clips withinin a scene, which change on rollover. What I want to do is set a variable so that once all the movie clips...
  9. Replies
    4
    Views
    364

    sweet thanks so much, guys, I really appreciate...

    sweet
    thanks so much, guys, I really appreciate it.
  10. Replies
    4
    Views
    364

    linking btwn scenes

    this is a bit of a beginner's problem, but I'd appreciate any advice..
    basically, I have a movie clip within a scene, & upon reachning the end of this clip I have an
    on(release) gotoAndPlay (Scene...
  11. Thread: looping

    by nao448
    Replies
    2
    Views
    393

    yay thanks so much - I really appreciate it :)

    yay
    thanks so much - I really appreciate it :)
  12. Thread: looping

    by nao448
    Replies
    2
    Views
    393

    looping

    hi people
    I have a movie clip with four frames, and have applied
    onClipEvent (mouseDown) {
    nextFrame();
    }
    to the clip, but I'm wondering how to make the movie loop, so that instead of it...
  13. Replies
    0
    Views
    263

    q: interchange between images

    Hi - I'm very new to Flash, so sorry if this question is a bit basic, I just have limited time to get to know the software. Basically I want to be able to click on an image, and have it interchange...
Results 1 to 13 of 13




Click Here to Expand Forum to Full Width

HTML5 Development Center