A Flash Developer Resource Site

Search:

Type: Posts; User: dplows

Page 1 of 7 1 2 3 4

Search: Search took 0.17 seconds.

  1. Replies
    8
    Views
    2,578

    the one behind it stills shows because it's using...

    the one behind it stills shows because it's using a hitTest with the mouse, not a rollOver
  2. Replies
    8
    Views
    2,578

    Oh I was already using swapDepths(), so they were...

    Oh I was already using swapDepths(), so they were overlapping properly.

    Could you please further explain:




    I think I know what you mean, but since it's onMouseMove, rather than onRollOver,...
  3. Replies
    8
    Views
    2,578

    I'm just having trouble because I'm duplicating...

    I'm just having trouble because I'm duplicating the movie clip dynamically and I only want one to work at a time.

    There are little people. When you hover over one, it shows the speech bubble with...
  4. Replies
    8
    Views
    2,578

    I've been doing a lot of modification to make...

    I've been doing a lot of modification to make that work for my situation. I think this may work; however, do you know of any other ways around it?

    Thanks.
  5. Replies
    8
    Views
    2,578

    Scrollbar within button?

    I have a movie clip button with a text box within it. The text box also has a scrollbar component attached.

    Since the movie clip button has roll-over functionality [ btn.onRollover = function() ],...
  6. Replies
    5
    Views
    1,407

    I'm not sure that I can help you out, but I'd...

    I'm not sure that I can help you out, but I'd just like to compliment you on that sweet idea! It's a cool concept. What will happen when you click a painting? Does it just popup a larger view? If so,...
  7. Replies
    6
    Views
    655

    Look into "for" statements. I'm not great with...

    Look into "for" statements.

    I'm not great with them, but that's definitely what you'll want to use.
  8. Replies
    4
    Views
    687

    Try looking into Flash cookies via SharedObject.

    Try looking into Flash cookies via SharedObject.
  9. Replies
    4
    Views
    730

    For each button: Create a movie clip Frame 1 =...

    For each button:
    Create a movie clip
    Frame 1 = normal state; stop action
    Frame 2-10 = darkening animation; stop action on frame 10
    Frame 11-18 = lightening animation; gotoAndStop(1) action on...
  10. Replies
    1
    Views
    955

    CS3 Instead of looping the entire timeline. Just put...

    Instead of looping the entire timeline. Just put 2 movie clips on frame 1, with a stop action. (movie clip timelines loop just like the main timeline, even if it's stopped)

    -put the sunburst...
  11. Replies
    3
    Views
    1,777

    If you hard-code the URL, then there shouldn't be...

    If you hard-code the URL, then there shouldn't be a problem.
  12. Replies
    4
    Views
    687

    Could you be more specific?

    Could you be more specific?
  13. Replies
    6
    Views
    637

    CS3 Somehow add this: instanceName.enabled =...

    Somehow add this:


    instanceName.enabled = false; //as well as TRUE when necessary
  14. Replies
    4
    Views
    730

    AS2: You definitely want to use variables. It...

    AS2: You definitely want to use variables. It will solve all your problems.

    For example.... when click print_btn, disabled it [print_btn.enabled = false] and play the darkening animation within...
  15. Replies
    3
    Views
    561

    Load the images dynamically by using the...

    Load the images dynamically by using the loadMovie() function in AS2.
  16. Replies
    1
    Views
    408

    instanceName.onEnterFrame = function() { ...

    instanceName.onEnterFrame = function() {
    //place your loaded script here
    }



    delete onEnterFrame; //place where necessary
  17. Replies
    3
    Views
    541

    CS3 There's a lot of tutorials out there. I think the...

    There's a lot of tutorials out there. I think the best thing to do is find one that works and customize it.

    I think you'll need the duplicateMovieClip() function and/or the attachMovieClip() for...
  18. Replies
    3
    Views
    875

    CS3 Yes, it's a great feature.

    Yes, it's a great feature.
  19. Replies
    3
    Views
    671

    CS3 Well I mean you can go on facebook and contact...

    Well I mean you can go on facebook and contact them.
  20. Replies
    11
    Views
    836

    If your willing to rebuild it as an AS2 file. The...

    If your willing to rebuild it as an AS2 file. The code is pretty simple.
  21. Replies
    3
    Views
    541

    CS3 One important tip: Create the upper-arm as one...

    One important tip:

    Create the upper-arm as one movie clip. Set its rotation point to the shoulder.

    Create the lower-arm as a separate movie clip. Set its rotation point to the elbow.

    By...
  22. Replies
    1
    Views
    440

    Your IF statement should use 2 equal signs to...

    Your IF statement should use 2 equal signs to check if the variable is equal to a value.


    if(nFrame == 1){
    //gotoAndStop("frameName");
    }


    Sorry, I can't help you any more than that.
  23. Replies
    3
    Views
    671

    CS3 Have you contacted any facebook devs?

    Have you contacted any facebook devs?
  24. You may need to research of these separately. -...

    You may need to research of these separately.
    - buttons
    - sounds
    - scroll window

    Once you get an understanding of each of those things, you'll have no problem creating a replica of that example.
  25. Replies
    2
    Views
    668

    How large is the file? It may be loading absurdly...

    How large is the file? It may be loading absurdly slow.

    Also, are you loading anything externally in the Flash movie?
Results 1 to 25 of 173
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center