A Flash Developer Resource Site

Search:

Type: Posts; User: sirenetta1

Page 1 of 4 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,198

    Possible solution...

    dazedandconfuse,

    I don't know if this example would be helpful to you or not. You may want to check out Adrian's newsblock at http://abrahamyan.com.

    It's an XML news system that displays a...
  2. Picture loads after text... can I reverse that?

    Hello,

    I have a transition timeline with the content loading in on frames 1-15 and loading out on frames 16-30.

    What should happen is the picture fades in, followed by the text. OR, they...
  3. Dricciotti, EXCELLENT IDEA! Thanks for...

    Dricciotti,



    EXCELLENT IDEA! Thanks for your help!
  4. Can you apply a fade-in action to a setMask?

    Hello,

    I have an external swf that is loaded into the main.swf. I'd like to mask it and apply a fade-in action to the mask.

    I can get the mask to work, but I don't know how to fade it in? I've...
  5. Hello again! I'll show you more of my files so...

    Hello again!

    I'll show you more of my files so you can see how it works... the main_test.swf will show you how the transitions are working and content1.fla is what we are working on right now....
  6. Hi Mattcow! Well, the picture now fades in and...

    Hi Mattcow!

    Well, the picture now fades in and fades out, but what I needed was for the picture to fade in from frame 1-15, stop, and then on frame 16 on fade out.

    On frame 15, I have a stop...
  7. Well, the fadeout doesn't work... I'll post the...

    Well, the fadeout doesn't work... I'll post the .fla? I have a stop action on frame 15 because the rest of my content stops on frame 15. I have an outside button in another file that when pressed,...
  8. Thanks for your response! I added the "this"...

    Thanks for your response! I added the "this" statement, but this didn't work either?


    if (this._currentframe ==16)
    this.fadePicOut();
    }


    init = function () {
    ...
  9. Perhaps? Could you show me how I could do that?...

    Perhaps? Could you show me how I could do that? This didn't work.. :(



    init = function () {
    this.myContainer = this.createEmptyMovieClip("cont", 1);
    cont._x = 0;
    cont._y =...
  10. Actionscript to fade in/fade out picture depending on frame?

    I've searched the board but I can't figure out the answer to my question. I just want to fade in/out a movieclip. I can do this with tweens, but I'm really interested in how this would be done with...
  11. How can I add a border around thumbnails in XML gallery?

    Hello,

    I have a couple of problems with my XML gallery. I'd like the thumbnails to have a black border around them and also for the border to change color when a user touches the thumbnail... Is...
  12. Dang! And I actually thought I was doing...

    Dang! And I actually thought I was doing something with it. ;) Honestly, I am new to this so it's difficult for me!! But, I'm sure it gives you some smiles. :p

    Let's see... I guess it didn't...
  13. Help!

    Gparis,

    Well, I think I'm a little better now, but I haven't tested it... Is this what I needed to do?


    pic._alpha=0

    var cColor;

    MovieClip.prototype.fadeColor = function(cto, ease) {
  14. Sorry...

    Gparis,

    Thanks! I think I'm getting closer but need some more help! I tried incorporating your code into the code I posted, and I think I added them in the right place, but it doesn't work? Also,...
  15. Gparis, sounds great... well, this code almost...

    Gparis, sounds great... well, this code almost does what I need, but I don't know how or where to add the alpha.. Can you help?


    var cColor;
    MovieClip.prototype.fadeColor = function(cto, ease) {...
  16. One last question...

    I have another question! Is it possible for the tween to do this:

    0 alpha ---> 255 Advanced (R, G, B, A) ---> Normal

    If so, how could I do that?
  17. It worked! Thanks! :-)

    It worked! Thanks! :-)
  18. Samuel/gparis: Thanks for your code!! Samuel,...

    Samuel/gparis:

    Thanks for your code!! Samuel, I had an error appear when I tried to test.. could you let me know what is wrong?

    Error:

    Scene=Scene 1, Layer=Layer 2, Frame=1: Line 6: '{'...
  19. Actionscript for tweening advanced color settings?

    Hello!

    Is it possible to use actionscript to tween the advanced color settings in a movieclip? I'd like to tween a picture from 0 to 255 (R, G, B, A) and then back to normal. I can do this using...
  20. Didn't work...

    Chris,

    Sorry, the code didn't work. I need to keep the geturl because it relates to my XML file.

    Nobody has been able to answer this question, so I'm assuming that it is not possible to use...
  21. Javascript pop-up with XML... possible??

    Hello,

    I have a variety of pictures that are linked to an XML list. Right now when you click on a picture, it launches an HTML page. What I'm wondering is if I could use Javascript, and how, to...
  22. I figured out how to make the menu rise correctly...

    I figured out how to make the menu rise correctly with additional code, but the menu is still jumpy. I'm not sure if there is a solution to this...
  23. HitTest/velocity problems on rising menu...

    Hello,

    I have a rising menu that when you roll your mouse over it, it rises and when you move your mouse away, it falls back down.

    I can't seem to get the HitTest right on this menu. The...
  24. Hey thanks, that looked like it solved the...

    Hey thanks, that looked like it solved the problem! Hmm.. so how could I some time in front of it before it begins??
  25. How to add a pause before actionscript fade in??

    Hello,

    I have a picture that I want to fade in when the website launches, but I wanted it to appear after the menu appears. How can I delay the picture, via actionscript, from appearing?

    Right...
Results 1 to 25 of 95
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center