A Flash Developer Resource Site

Search:

Type: Posts; User: Jaime Silva

Search: Search took 0.01 seconds.

  1. For future reference here's what I did with the...

    For future reference here's what I did with the help of Atomic from actionscript.org.


    Clear the code on the button, it's useless...
    And don't target a scene name.
    Label the targeted frame in...
  2. I can't get a button to link to a Scene

    Hi.

    I've build a nice animated button using a movie clip that reacts to the mouse rollover.
    But I can't get it to link to another Scene :(


    Inside the movie clip of the button I have this...
  3. How to Point to a specific Scene when mouse is inactive?

    Hi all.

    I'm working on a presentation to be presented on a Trade Show. It have an inicial movie, running in loop, but with a Menu bar, so people could stop the movie and go to a product catalogue....
  4. No one?

    No one?
  5. How to Fade Out a sound loop without a button

    Hi.

    I have a small presenttion that have a Loop of a song starting to play on the Scene 1. The sound plays in loop along the several scenes and I want it to Fade Out on Scene 12. Is there any way...
  6. Hi silentweed. Thank's for your interest and...

    Hi silentweed.

    Thank's for your interest and help :thumbsup:
  7. I managed to get the effect I wanted with this...

    I managed to get the effect I wanted with this code:


    myDial_mc.onPress = function() {
    pressing = true;
    };
    myDial_mc.onRelease = myDial_mc.onReleaseOutside=function () {
    pressing = false;...
  8. How to drag and drop around a fixed center axis?

    Hi.

    I nedd to build a "See if you have the right weight" wheel in Flash.
    It have to be a small wheel over a bigger one. The top one have to be drag and drop like it was pined to the other one, so...
  9. Replies
    3
    Views
    578

    Thank's Pellepiano and rdoyle720. rdoyle720, ...

    Thank's Pellepiano and rdoyle720.

    rdoyle720,
    your sugestion makes sence.
  10. Replies
    3
    Views
    578

    What's the right size for a CD movie?

    Hi there.

    I'm using Flash MX to do a CD presentation for a Museum. The presentation will have a lot of pictures and text. I want it to play in full screen. What is the recomended pixel dimensions...
Results 1 to 10 of 10




Click Here to Expand Forum to Full Width

HTML5 Development Center