A Flash Developer Resource Site

Search:

Type: Posts; User: brightrd

Search: Search took 0.04 seconds.

  1. Thread: fading text

    by brightrd
    Replies
    2
    Views
    438

    I tried the motion tween and it doesn't work....

    I tried the motion tween and it doesn't work. Could I be doing something wrong? Are you sure that will work?
  2. Thread: fading text

    by brightrd
    Replies
    2
    Views
    438

    Whats the best way to fade text such as avant...

    Whats the best way to fade text such as avant garde. Should I break the text apart then apply a shape tween with the first frame being alpha=0 and the last alpha=100. Or should I place a colored box...
  3. Replies
    4
    Views
    578

    I guess it depends on how poor the quality would...

    I guess it depends on how poor the quality would be and what the site was trying to accomplish. In general I would rather wait a little longer for a better image(s) but everyone has their limits.
  4. Does anyone know where a good tutorial is on the...

    Does anyone know where a good tutorial is on the best way to build flash movies. The problem I am having is not knowing when to make a transition to a new scene and when to just make it an external...
  5. Thanks, that worked great!

    Thanks, that worked great!
  6. how do you download the swf's?

    how do you download the swf's?
  7. I would really like to download a good web site...

    I would really like to download a good web site design created in flash so I can see how to make transitions from scene to scene. I think it would be a great learning tool. But I only find half...
  8. Replies
    1
    Views
    377

    Yes you can use 3-4min songs in .swfs . Make them...

    Yes you can use 3-4min songs in .swfs . Make them individual .swfs then use loadMovie action. Type in your file name xxx.swf in the url field.set the level to 1 or higher. this code should be put in...
  9. Replies
    1
    Views
    369

    there is a good tutorial right here in flashkit...

    there is a good tutorial right here in flashkit about creating menus. Check it out.
  10. sounds overlapping

    That was not the problem but thanks anyway. Any more suggestions. Anyone?
  11. What is the best way to create a more complex...

    What is the best way to create a more complex flash project. Should I make lots of components or just assemble everything on the main timeline? It seems like making components is best but I sometimes...
  12. Hello, thanks for answering. I have created an...

    Hello, thanks for answering.

    I have created an on/off button and placed an instance of it on the main timeline but everytime the playhead is directed back to the first frame the sound is initiated...
  13. Thank you for the reply. I really do appreciate...

    Thank you for the reply. I really do appreciate it!!
  14. How do I save sound files to my c drive from...

    How do I save sound files to my c drive from .fla's?
  15. Replies
    2
    Views
    457

    It sounds like he wants you to use that template...

    It sounds like he wants you to use that template for navigation to movies that are inside of that template. I guess they will be smaller movies.

    That's the best I can make of it.

    Good Luck
  16. There is a great book that I have Macromedia...

    There is a great book that I have Macromedia Flash Advanced that clearly explains this kind of thing. The author is Russell Chunn Check out the info around page 192 This will answer your questions....
  17. Replies
    3
    Views
    530

    playing sounds

    create a button. drag an instance to the stage, choose actions and enter the following code:
    on (release) {
    mySound = new Sound();
    mySound.attachSound("1");
    mySound.start( 0, 1 );
    }

    go to the...
  18. Replies
    2
    Views
    486

    You must also not forget to name your movie clip...

    You must also not forget to name your movie clip of the thin rectangle. Use the instance panel select your MC then enter "groove" without the quote marks.
  19. Replies
    2
    Views
    486

    Drag movie on x axis

    The only way i know how to do it goes like this:
    1. create a draggable movie clip.
    2. inside the movie clips button choose Actions then enter the following:

    on (press) {
    startDrag (this, true,...
Results 1 to 19 of 19




Click Here to Expand Forum to Full Width

HTML5 Development Center