A Flash Developer Resource Site

Search:

Type: Posts; User: cccjstef

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    430

    No words

    That was nice! Pure Logic.
    Thanks very much for the explanation!
    You helped me a lot!
    And that is logic, if I create a movie clip in level 0 and create another in the same level, the first one...
  2. Replies
    3
    Views
    430

    The for() problem! Big Problem

    I'am going to be more specific:

    I´ve created two movie clips inside the same frame. Bol and Quad.
    In the Actions frame I´ve wrote this code below:

    for(i=0; i<10; i++){ ...
  3. Replies
    3
    Views
    551

    Here is my code!

    I´ve created two movie clips inside the same frame. Bol and Quad.
    In the Actions frame I´ve wrote this code below:

    for(i=0; i<10; i++){
    duplicateMovieClip(bol, "bol" add i, i);
    this["bol"...
  4. Replies
    3
    Views
    551

    I can´t use two for( );

    I don´t know how I use two for(); in the same frame, not even in different frames. I never work.
    Flash only will accept two for(); if they go in different levels!
    Why this happen!
    is Flash a...
  5. Replies
    1
    Views
    372

    Hi there

    Every Thing in flash I first try to make with actionscript!
    I'ts good to improve the knowledge.

    About the tweens, yes, I always use the actions.

    Claudio Junior.
  6. Hi There

    You can use too this:

    on(release){
    ../:gotoAndPlay(the frame you want to play);
    }

    Thanks for the attention

    Claudio Junior
  7. Hi there

    I sent you an email!
    See ya!

    Claudio Junior.
  8. Hi there

    Try using the loadMovie command. It will work just fine.

    Claudio Junior.
  9. Replies
    1
    Views
    1,701

    By using flash comunication server mx, can I...

    By using flash comunication server mx, can I connect directly to an odbc database?

    Can anybody tell me where I can find some examples or tutorials?

    Thanks in advance!

    Claudio Junior.
  10. Hi there

    Apply the EASE option in the Porperties Window in your tween motion.
    I think that will help you.

    Claudio Junior.
  11. Replies
    6
    Views
    569

    Hi there

    The best way is by making an external preloader!

    Visited the site I'm creating, it load's movies that contains components with external preloader.
    This works just fine!
    And increase the web site...
  12. Replies
    2
    Views
    667

    Hi there

    You can find lot's of different kinds of movies at kaaza!
    Go to the video section.

    I hope you find it!

    Claudio Junior.
  13. Hi there

    One thing that helps me a lot is:
    Go to the library and delete every thing that you don't use in your movie, like things you already deleted but they still increasing the file size!

    Bye!
    ...
  14. Replies
    2
    Views
    768

    Hi there

    You can create a fake draggable window inside your flash movie.
    Or you can create an scrpit in your html page that opens an pop-up and you call the script by creating a button:

    on(release){
    ...
  15. Yeah Niyas! I think this example is what he...

    Yeah Niyas!
    I think this example is what he needs!

    Claudio Junior.
  16. Hi there

    You got to make a mask that pass across all lines of your "bottle".
    By doing this, your "bottle" will fade in exactly as you want to!

    I hope that helps!

    Claudio Junior
  17. Hi there

    I had the same problem yesterday and I've solved this by making the preloader as a separated movie clip, this worked just fine!
    Thanks for the attention.

    Claudio Junior.
  18. Hi there

    Can you be more specific?
    I think your file is working as you wanted!

    Claudio Junior.
  19. Try this:

    To call the variables from a text file, type this action like this in your movieclip event:

    onClipEvent(enterFrame){
    loadVariablesNum("file_name.txt", 0);
    }

    That's enough for loading...
  20. Hi

    Make sure you are at the first frame before you do that!
    This can exclude any possibility of this command to fail.

    Claudio Junior.
  21. Replies
    3
    Views
    490

    I got the solution

    Instead of selecting the entire animation, select only the first frame.
    and instead of using " Create Motion Tween ", go to the properties window and Tween: -> Shape.
    I think that will help you!
    ...
  22. Hi

    You got to check if the frame that contains the blank movieclip is stoped. Coz if you made aome tween or something that makes the time line run, then it's not gonna work out.

    Check if it's...
  23. Attachmovie

    Yeah!
    Try using attachMovie!
    I'ts gonna work out just fine!

    Claudio Junior
  24. Sure

    I'm making a Web Site that uses 10 localconnection at once!

    But i'ts not finished!
    see:
    http://www.agenciaum.inf.br/giovanna/index.html

    Claudio Junior.
  25. Replies
    5
    Views
    620

    response

    Hi there,

    You can do this by tracing your bitmap picture to vector.

    Select the picture and go to the Modify menu -> Trace bitmap.

    When you finish tracing the picture you convert all the...
Results 1 to 25 of 42
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center