A Flash Developer Resource Site

Search:

Type: Posts; User: muldoon_smooth

Page 1 of 4 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    3
    Views
    2,350

    Thanks Jason and Chris. I finally persuaded my...

    Thanks Jason and Chris. I finally persuaded my employer to purchase 8 and he was panicking that no-one would be able to see the results. That Penetration Survey should keep him quiet, thanks.
  2. Replies
    3
    Views
    2,350

    Do we all need the latest Player?

    Am I right in thinking that movies published in Flash 8 can only be viewed by people who have bothered to download Flash Player 8. If so that means that the majority of viewers will not be able to...
  3. I'm using Flash MX - I do not have MX 2004. Do I...

    I'm using Flash MX - I do not have MX 2004. Do I gather that you have a component in MX2004 and that you're trying to use that? Can't help there I'm afraid.

    What I've outlined is a manual way of...
  4. You'll have to apply your text in Flash (or...

    You'll have to apply your text in Flash (or Illustrator) and then break it apart (modify>break apart) to make it operate as a mask layer.
  5. Convert each of your 'slides' to movie clips. ...

    Convert each of your 'slides' to movie clips.
    The simple way is to allow as many frames as will take the time you need the slide to show. So 4 seconds at 12 frames per second will require 48 frames...
  6. Replies
    2
    Views
    446

    Check this out:...

    Check this out:
    http://www.flashkit.com/movies/Effects/Other/Oxy_Cutt-Andrew_H-514/index.php
  7. You can achieve something similar using masks,...

    You can achieve something similar using masks, fades and 'soften fill edges'. You'll just have to experiment until you get the effect you want.
  8. Make your movie into a movie clip and put this on...

    Make your movie into a movie clip and put this on the final frame

    counter++;
    if (counter<3) {
    gotoAndPlay(1);
    } else {
    _root.gotoAndPlay(2);
    }

    This assumes your MC is on frame 1 of your...
  9. Replies
    6
    Views
    434

    Search in 'movies' on this site. You'll find...

    Search in 'movies' on this site. You'll find plenty there - readymade!
  10. I wasn't able to open your fla but with buttons...

    I wasn't able to open your fla but with buttons in a movie clip, to control the main timeline, you need to add '_root.' to your command:
    for example:

    on (rollOver) {
    _root.gotoAndPlay(3);
    ...
  11. I'm currently assessing Cinema 4D (trial version)...

    I'm currently assessing Cinema 4D (trial version) and although it's daunting I have begun to make inroads. Dave Davidson's work is extremely impressive and lends weight to persevering with Maxon's...
  12. Thanks for that suggestion, RUSHVision, but I...

    Thanks for that suggestion, RUSHVision, but I omitted to mention that the rendered image must be photorealistic.

    I've looked at SolidThinking Forma which produces the kind of images I'm after but...
  13. Which 3D software for newbie at roomsets

    Can anyone recommend 3D software with a gentle learning curve to design and render interiors. I need to be able to adjust the lighting, textures, etc. and perhaps export to Flash for walkthroughs.
    ...
  14. Replies
    4
    Views
    454

    Try this on your button: on (press) {...

    Try this on your button:

    on (press) {
    loadMovie("image.swf", "_root.theclip");
    }
  15. Replies
    6
    Views
    597

    Hi Here's a fla with a similar action I...

    Hi

    Here's a fla with a similar action I knocked up quickly for you. It's actually vertical sliding but change the 'newy' bit of the button code to 'newx' and edit eveything else and you should get...
  16. Static Spring Anchor Method

    I can't take credit for this script and I'm afraid I can't remember where I got it from but it's been invaluable:

    Have a small invisible movie clip on stage and call it 'staticSpringAnchor'. This...
  17. Replies
    4
    Views
    500

    No, you have 2 layers and, say, 10 frames. You...

    No, you have 2 layers and, say, 10 frames. You will have to make the revolving buttons into a movie clip and put it on the top layer. Do not have any key frames on this layer.

    Put key frames on...
  18. Replies
    4
    Views
    500

    It's probably a good idea to forget about scenes....

    It's probably a good idea to forget about scenes. You could build your main timeline and load the revolving buttons on a separate level or just in a separate layer and instead of changing scenes you...
  19. Replies
    3
    Views
    441

    on (release) { getURL("http://www.google.com",...

    on (release) {
    getURL("http://www.google.com", "_blank");
    }


    Aren't you missing a curly bracket?
  20. Look in your 'actions' panel under Movie Clip...

    Look in your 'actions' panel under Movie Clip Control If you're on a PC it might look different from this mac version.
    "http://www.boxend.com/MCcontrol.gif
  21. You won't be able to make it transparent in the...

    You won't be able to make it transparent in the same way you can in Photoshop with 'multiply' but you can fade an imported jpg, making it transparent, by converting it to a movie clip, giving it an...
  22. If you mean the moving content in the background,...

    If you mean the moving content in the background, I would do that with a static spring anchor MC in as many key frames as you need and a moving spring anchor on the MC that's being moved. You then...
  23. I'd say that was done with a simple shape tween...

    I'd say that was done with a simple shape tween as a mask over a red panel. Then arranged in three layers with the 3 left buttons on the top layer and right buttons on the bottom layer.
  24. Replies
    17
    Views
    665

    As long as you haven't renamed the FLA the SWF...

    As long as you haven't renamed the FLA the SWF will automatically replace the old one provided you've uploaded it to the same place. You'll have to refresh your browser or better still empty the...
  25. Replies
    17
    Views
    665

    It's the support line for Directi.com in India....

    It's the support line for Directi.com in India. Go to their 'contact us' page and look under 'support'. There's also an American number but you appear to be in India..
Results 1 to 25 of 98
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center