A Flash Developer Resource Site

Search:

Type: Posts; User: cathode

Search: Search took 0.04 seconds.

  1. Replies
    160
    Views
    50,342

    Boy, I do't remember what brought me in, but the...

    Boy, I do't remember what brought me in, but the slowness and overwhelming amount of ads brought me out :rolleyes:
  2. Replies
    20
    Views
    1,181

    what impresses me the most about 2advanced is the...

    what impresses me the most about 2advanced is the time spent on it. talk about "not real world" :D

    and yeah, I have seen a ton of this stuff around... pretty cookie-cutter anymore.
  3. Replies
    3
    Views
    655

    Is there any way that I ca nmake a change,...

    Is there any way that I ca nmake a change, correct an error in a tutorial?

    thanks.
    cathode72 @ yahoo.com
  4. Thread: preloading bar

    by cathode
    Replies
    3
    Views
    508

    Re: preloading bar

    make sure your loader movie Clip has an instance name of "loader."
  5. Replies
    5
    Views
    592

    Yeah that was a mistake on my part, but there's...

    Yeah that was a mistake on my part, but there's no way for me to go in and edit the tutorial that I know of, my apologies everyone!

    -Ian Smith
  6. Replies
    6
    Views
    575

    hey thanks man. now I'm wondering how it wasn't...

    hey thanks man. now I'm wondering how it wasn't working for me :)

    -Cathode
  7. Replies
    6
    Views
    575

    Yes thats me:) the mouth moving only a bit is...

    Yes thats me:)

    the mouth moving only a bit is OK... the buttons just do the action one time; when animating a voice track I just paste the frame with the action along the timeline everytime I want...
  8. Replies
    6
    Views
    575

    if you see the expressions changing and the mouth...

    if you see the expressions changing and the mouth moving, then you are seeing everything.... hmmm... I've looked at it on three macs and each time it has been faulty... I don't know what the matter...
  9. Replies
    6
    Views
    575

    I'm having trouble getting a nested movie clip to...

    I'm having trouble getting a nested movie clip to play on a mac, ie and netscape of different versions.

    URL: http://www.hellomonkey.com/index.cfm?view=mainsubview&id=59

    Details:
    The movie...
  10. Thread: Easy Question?

    by cathode
    Replies
    4
    Views
    468

    Sure, every button around that circle tells a...

    Sure, every button around that circle tells a movieclip (using telltarget) to goto and play a certain frame. Then that frame contains an animation of something sliding in. it's probably masked so...
  11. Thread: Easy Question?

    by cathode
    Replies
    4
    Views
    468

    Are you talking abou this? on (release) { ...

    Are you talking abou this?

    on (release) {
    tellTarget ("display") {
    gotoAndStop ("mylogo");
    }
    }

    where "display" is a MC with your logo on a frame labelled "mylogo"
  12. Replies
    5
    Views
    542

    you told the main timeline to stop, something has...

    you told the main timeline to stop, something has to tell it to move again!
  13. Replies
    1
    Views
    468

    I've done this very thing: go to hellomokney.com...

    I've done this very thing: go to hellomokney.com and click on "Pass variables across swfs" it's in the recent submissions box.
  14. Replies
    9
    Views
    434

    Very nice site! It's ince to see a good design...

    Very nice site! It's ince to see a good design with a theme carried through.
  15. Replies
    2
    Views
    549

    I would like to say that this works: (compare to...

    I would like to say that this works:
    (compare to above)

    frame = int((100/totalbytes)*loadedbytes);
    tellTarget ("_root.loader") {
    gotoAndStop (_root.frame);
    }

    but I want to figure out...
  16. Replies
    2
    Views
    549

    I'm having this same problem with my preloader: ...

    I'm having this same problem with my preloader:

    frame = int((100/totalbytes)*loadedbytes);
    tellTarget ("loader") {
    gotoAndStop (frame);
    }
    OK. the dynamic text variable displays 'frame'...
  17. http://www.hellomonkey.com has finally made it's...

    http://www.hellomonkey.com has finally made it's last evolution into an automated site, found some genious to mesh the cf and asp. Sign up and bring on your wackie flash stuff!



    --- exceprt...
  18. Replies
    87
    Views
    75,754

    I've been through this as well. I did a flash...

    I've been through this as well. I did a flash intro for an expensive site once, never got paid for any of it... at that point I STARTED to think about built-in protections. Evidentally the company...
  19. Replies
    2
    Views
    469

    :)

    thanks for the contenating... contenating... concentrating... name part of it :) thats exactly what I was lookin for.

    -Ian SMith
  20. Replies
    2
    Views
    469

    I have a question: How can i load a name +...

    I have a question:

    How can i load a name + random number? I have the logic in my head but I just can't find the right syntax or something.

    For example, I want to load some swf files at random,...
Results 1 to 20 of 20




Click Here to Expand Forum to Full Width

HTML5 Development Center