A Flash Developer Resource Site

Search:

Type: Posts; User: Pharacyde

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    415

    Gotta type quick, class in 5min.... Here's the...

    Gotta type quick, class in 5min....

    Here's the jest of what I'm trying to do.

    1. Click button, movieclip 1 starts
    2. Click other button moveclip 1 closes then movieclip 2 starts
    3 Other...
  2. Replies
    4
    Views
    580

    Worked like a charm! Much thanx! Now can...

    Worked like a charm!

    Much thanx!

    Now can anyone answer the 1st question?
  3. Replies
    4
    Views
    580

    I must be missing something, here's what I've...

    I must be missing something, here's what I've got:

    <html>
    <head>
    <title>2nd</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>

    <body bgcolor="#FFFFFF"...
  4. Replies
    4
    Views
    580

    1. How can I keep my movies from being unloaded...

    1. How can I keep my movies from being unloaded from the cache? I have several movies that I load and unload regularly, but I want the movies to stay in Cache once loaded to increase speed between...
  5. Replies
    0
    Views
    632

    How can I make Flashtrax play by default rather...

    How can I make Flashtrax play by default rather than be on stop?
  6. Replies
    0
    Views
    393

    I there a way to fade in a music clip. ie:...

    I there a way to fade in a music clip.

    ie: Preload starts, music loop fades in, plays at normal volume.

    Also how do I make a music on/off button w/out cutting off all sounds?
  7. Replies
    2
    Views
    530

    I know this is probably simple and I'm making it...

    I know this is probably simple and I'm making it hard, but...

    Could some one provide me with some script that will load multiple .swf(s) at once?

    I tried to put two load movies in one frame,...
  8. Replies
    8
    Views
    2,266

    Thanks for all the help. I came to the same...

    Thanks for all the help.

    I came to the same answer about #2.

    I realise that I posted no. 1 wrong (sorry...)
    I think No. 1 involves using Sum and Diffrence Identites.
    I'm gonna try working it...
  9. Replies
    8
    Views
    2,266

    I've tried this... Tan 3x – Tan X/1 + Tan 3x...

    I've tried this...

    Tan 3x – Tan X/1 + Tan 3x (Tan x) = 2Tan x/1 - Tan^2 X

    Working the Right Side:
    Tan 2x/1 + Tan 3x (Tan x)

    ((2Tan x/1-tan^2 x))/(1 + Tan 3x (Tan x))

    Breaks down...
  10. Replies
    8
    Views
    2,266

    Somebody?

    Somebody?
  11. Thread: Trig HELP!!!

    by Pharacyde
    Replies
    0
    Views
    521

    unrelated to flash but, I know you guys know your...

    unrelated to flash but, I know you guys know your math..

    I've been working on these two problems for approx 5hrs. I'm probably overlooking the answer but....
    anyway, if you can help PLEASE...
  12. Replies
    0
    Views
    667

    unrelated to flash but, I know you guys know your...

    unrelated to flash but, I know you guys know your math..

    I've been working on these two problems for approx 5hrs. I'm probably overlooking the answer but....
    anyway, if you can help PLEASE...
  13. Replies
    8
    Views
    2,266

    unrelated to flash but, I know you guys know your...

    unrelated to flash but, I know you guys know your math..

    I've been working on these two problems for approx 5hrs. I'm probably overlooking the answer but....
    anyway, if you can help PLEASE DO!!!!...
  14. Replies
    0
    Views
    301

    I finally got it to work! Big thanks to...

    I finally got it to work!
    Big thanks to k-giannis for the AS help!

    For those who are curious here's the final code...

    flashframe = ""

    Button AS
    on (release) {
    ...
  15. Replies
    3
    Views
    532

    sounds goo,but the clips I'm talking about are in...

    sounds goo,but the clips I'm talking about are in another clip. Would using the parent clip name work?
    ie
    _root.clip2.gotoAndPlay(2);
    }

    instead use

    clipname.clip2.gotoAndPlay(2);
    }
  16. Replies
    3
    Views
    532

    Here's what I'm trying to do in plain english......

    Here's what I'm trying to do in plain english...



    Movie clip 1 plays
    Stops
    Users pushes button
    movie clip 2 plays
    stops
    movie clip 1 goes to frame X
  17. Replies
    2
    Views
    450

    Let me rephrase... click button playmovie...

    Let me rephrase...

    click button
    playmovie clip
    goto keyframe in main parent movie clip time line...
  18. Replies
    2
    Views
    450

    How can I make a button that will do the...

    How can I make a button that will do the following...

    Play movieclip
    goto keyframe
    stop


    thanx

    P
  19. Thread: Movie Clip

    by Pharacyde
    Replies
    1
    Views
    388

    Here's the deal... I need my movie clip to...

    Here's the deal...

    I need my movie clip to play, thengo to the parent movie clip and tell it to go to a specfic frame.

    Any suggestions?
  20. Replies
    1
    Views
    1,839

    When testing my movie, I noticte that in IE the...

    When testing my movie, I noticte that in IE the animations seem to slow down. Most notably, I have a sound event which is timed to coincide with a movie clip. In the flash preview it works fine. In...
  21. Replies
    0
    Views
    678

    How do I put my mp3 in to the Flashtrak player?

    How do I put my mp3 in to the Flashtrak player?
  22. Replies
    7
    Views
    540

    I can't seem to get it to work. Would someone...

    I can't seem to get it to work.
    Would someone please work up a quick example and send it to Pharacyde@hotmail.com
    I would really appreciate it.
  23. Replies
    7
    Views
    540

    What if the button is in the main movie?

    What if the button is in the main movie?
  24. Replies
    7
    Views
    540

    I have a movie clip that I'd like to start with a...

    I have a movie clip that I'd like to start with a button. I had to put a stop command in the first frame of the clip to keep it from looping.

    So far I have this, but it doesn't work.
    on (release)...
  25. Replies
    11
    Views
    743

    Neelixx, I'm not giving up :) I've tried the...

    Neelixx,

    I'm not giving up :)
    I've tried the AS you gave me to the best of my abilities, but alas, when I test the movie, I get nothing.

    It acts like the movie clip isn't loading.

    I could...
Results 1 to 25 of 46
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center