A Flash Developer Resource Site

Search:

Type: Posts; User: yamspank

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    330

    I'm doing the same thing for a school project...

    I'm doing the same thing for a school project that I'm working on... Our prof. recommended that instead of copying/cutting and pasting, use Illustrator's export function.

    In Illustrator, go to...
  2. Thread: Sound Codec

    by yamspank
    Replies
    1
    Views
    773

    A sound codec? I'm not sure what you mean. Wave...

    A sound codec? I'm not sure what you mean. Wave files (.wav) support 96kHz, 24-bit just fine.
  3. Hello, That kind of thing is easy for Sound...

    Hello,

    That kind of thing is easy for Sound Forge.

    Try Effects > Pitch > Shift. I'm using version 5.0f, so yours might vary, but all you need to do is tweak the "semitones to shift pitch by."...
  4. Well, duh.

    Big thanks. I don't know why I didn't think of that. Must be Thursday.

    Can I get a "DUH!" from the congregation?!?
  5. Is there an event state for sound objects?

    The smack: I'm using a sound object so that a soundtrack plays across scenes.

    mySpiffySound = new Sound(); blah blah blah, this all works fine. However, I've got this mc of a little note that...
  6. Replies
    1
    Views
    502

    Greets, fellow flashers, I jumped into...

    Greets, fellow flashers,

    I jumped into Flashing with version 5 here at work, and sometimes when opening old projects for modifying I see the load movie action written as loadMovie *or*...
  7. Replies
    2
    Views
    589

    Hmmm...

    Maybe I'm not sure what you mean...

    So I should set the array indices to variables? Maybe I didn't explain the problem very well.

    Here's an example of what I've got:




    movFiles = new...
  8. Replies
    2
    Views
    631

    try this

    This might help:

    In the HTML file that you're opening, write your opening BODY tag like this:



    <BODY onLoad="window.focus();">


    This is the javascript command that should bring the...
  9. Replies
    2
    Views
    589

    Greets, fellow flashers... The question: Is...

    Greets, fellow flashers...

    The question:

    Is it possible to get the file name of the .swf that is playing on a certain level and load it into a variable?


    The situation:

    What I'm working...
  10. Replies
    2
    Views
    566

    Hey Flashers, It looks like I'll need to make...

    Hey Flashers,

    It looks like I'll need to make an IE 5.0 (Flash 4 only - won't update itself - long story) version of my beautifully crafted demos.

    My original version had a Flash 5-scripted...
  11. Replies
    1
    Views
    628

    Greets, earthling... Just generate a random...

    Greets, earthling...

    Just generate a random number, then call that movie clip.

    Suppose you have ten movie clips of questions, named questions1.swf, questions2.swf (etc.). You'd generate a...
  12. Replies
    5
    Views
    576

    Daran1, Sorry I didn't make that clearer. ...

    Daran1,

    Sorry I didn't make that clearer.

    Basically, your non-Flash site IS your index.html, meaning your static html page, no Flash. It's just that at the top of the page you imbed the Flash...
  13. Replies
    1
    Views
    537

    Greets, earthling... Try this: You'll need...

    Greets, earthling...

    Try this:

    You'll need an empty movie clip to act as a director. Drag it onto your stage (empty movie clips will look like a small white circle). In the Object Actions for...
  14. Replies
    3
    Views
    1,729

    Oops! Forgot to mention this: In the first...

    Oops! Forgot to mention this:

    In the first frame of your whole movie, add this to make your mouse disappear:

    Mouse.hide();




    To bring it back:
  15. Replies
    3
    Views
    1,729

    Greets... Here's one example of how this will...

    Greets...

    Here's one example of how this will work (stick with me, this could get a bit messy... if any Flashers out there can think of an easier or faster way, please post!):

    This would be...
  16. Replies
    5
    Views
    576

    Greets... The problem with using ActionScript...

    Greets...

    The problem with using ActionScript to detect the Flash player is that if the Flash Player isn't installed, the script won't run at all.

    Here's a quick and dirty work around that I...
  17. Hey guys... I had a similar problem a little...

    Hey guys...

    I had a similar problem a little while ago using nextScene()... turns out that the nextScene() command will only work when it is placed on the main timeline. I couldn't tell you why. ...
  18. Thread: drag effect?

    by yamspank
    Replies
    3
    Views
    628

    It sounds like you're trying to make a custom...

    It sounds like you're trying to make a custom cursor move around... try this instead:

    Make your cursor into a movie clip and stick it on the main time line, then under the object actions for the...
  19. Replies
    5
    Views
    692

    You may have already seen this, but this might be...

    You may have already seen this, but this might be your problem:

    You've got your code like this:


    onClipEvent (mouseDown) {
    with (_level0.gotoAndStop (30)) {
    }
    }
  20. Replies
    3
    Views
    589

    Here's one example: code in 1st frame: ...

    Here's one example:


    code in 1st frame:





    if(myMovieClip._alpha > 0) {
  21. Yep, that's basically how it works. If you've...

    Yep, that's basically how it works.

    If you've got your main timeline and you've stuck two movie clips on there, you first have to give them both names using the Instance panel, in the Name...
  22. Okay, here's the question for you godlike...

    Okay, here's the question for you godlike flashers (and I apologize, this will take some explaining):

    I'm working on a series of Flash-based tutorials for our software. They're basically just...
  23. My stinkin' preloader loads other stuff even...

    My stinkin' preloader loads other stuff even before itself!!!


    Here's the smack:

    I'm working on a series of tutorials for the software that my company makes, made with Flash 5.

    We start...
  24. THANKS!!

    Thank you!

    Props to jepetowangklief. That fixed my problem.

    You ROCK.
  25. Okay, here's the proverbial smack... maybe one...

    Okay, here's the proverbial smack... maybe one of you Godlike Flashers can be of some assistance.

    I'm building a demo movie for some software in which some background music will be playing while...
Results 1 to 25 of 25




Click Here to Expand Forum to Full Width

HTML5 Development Center