A Flash Developer Resource Site

Search:

Type: Posts; User: renatoprado

Page 1 of 12 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    221

    (enterFrame) >> useable or not

    I used to apply the enterFrame event in almost every movie clip that I want some movement, like an alpha fade, a drop down menu or a bug that flies over the screen, etc.

    for exemple:
    I could...
  2. passing home-made object s to a movieclip. almost there!

    let me explain better...

    it´s just a simple example.
    I´ve created some objects with the same function.
    In fact they are people with age, country and sex.

    this is the function

    function...
  3. how to transfer an homemade object to a movieclip?

    let me explain better...

    it´s just a simple example.
    I´ve created some objects with the same function.
    In fact they are people with age, country and sex.

    this is the function

    function...
  4. Replies
    3
    Views
    336

    the movieclip is called text.

    the movieclip is called text.
  5. Replies
    3
    Views
    336

    target and label problem

    Hi there,

    I'm having a little problem with gotoAndStop("label").

    I've created a function at _root.

    function zoom (name) {
    loadMovie (name+".swf", _root.screen);...
  6. Replies
    1
    Views
    342

    EASY loadmovie and loading

    I have a main swf wich loads lots of another swf´s.

    these swf´s are loaded in a movieClip called screen
    these loaded swf´s have one loop loading scene and one content scene.
    after loading all...
  7. Replies
    4
    Views
    377

    I can´t download it. don´t know what´s...

    I can´t download it. don´t know what´s happening.
  8. Replies
    4
    Views
    377

    send your file to take a look.

    send your file to take a look.
  9. I'm a designer too, and I like pretty much...

    I'm a designer too, and I like pretty much Phillip Kerman's books.
    Try to find something. It was indicated to me by some experts.
  10. Replies
    11
    Views
    774

    first of all, if your button isn't inside capture...

    first of all, if your button isn't inside capture you should write _root.capture.gotoAndPlay(5);

    but we may have a problem here. if heading isn't loaded when you use gotoAndPlay it could goes...
  11. Replies
    11
    Views
    774

    makes sense for me.

    makes sense for me.
  12. Replies
    11
    Views
    774

    you can write on the fisrt frame of heading...

    you can write on the fisrt frame of heading gotoAndPlay(5).
    is this???
  13. Replies
    11
    Views
    774

    explain better, i didn´t get it

    explain better, i didn´t get it
  14. Replies
    11
    Views
    774

    i don´t know if i´m getting what you want. ...

    i don´t know if i´m getting what you want.

    if you want to move capture you just need to write on any event a new coordinate to capture like _root.capture._x=100
  15. Replies
    11
    Views
    774

    have you tried moving the moveiclip capture? if...

    have you tried moving the moveiclip capture?
    if you load a movie in the same movieclip it will ALWAYS overwrite the "old" swf. change your target.
  16. Replies
    1
    Views
    1,256

    mouse velocity

    Is there a way I could get the velocity of the mouse movement?
  17. Replies
    2
    Views
    270

    thanks a lot but i need a flash 5 script....

    thanks a lot but i need a flash 5 script.
    you´re using mx script

    any other way?
    thanks again
  18. Replies
    2
    Views
    400

    try this for (a=0; a

    try this

    for (a=0; a<13; a++) {
    _root["img"+a] = _root["imgThumb"+a];
    }
  19. Replies
    2
    Views
    270

    scroll > script > dynamic field

    Can I scroll the text inside a dynamic text field in flash 5?
    I don´t want to use a mask, the text should scroll and appears only what inside the area a fixed for the dynamic text field .

    Thanks...
  20. Replies
    4
    Views
    303

    ok, the line is separated from the "baloon" but...

    ok, the line is separated from the "baloon" but both are inside the movieclip right or left, and your script tells right or left to change its color, not the "baloon".

    you should remove the line...
  21. Replies
    2
    Views
    489

    try this one... function ovr(x) { ...

    try this one...

    function ovr(x) {
    _root["b"+x].arrow.gotoAndPlay(1);
    _root["b"+x].btn.gotoAndPlay(1);
    _root["b"+x].text5.gotoAndPlay(1);
    }
  22. Replies
    4
    Views
    303

    the outline is there too, but with the same color...

    the outline is there too, but with the same color of "baloon" so you can´t see it. it can't be scripted with your movie clip.
    try to separete it from the "baloon" so you won´t change it´s color...
  23. Replies
    0
    Views
    315

    very simple but VERY WEIRD

    I was writting a script using the simple method gotoAndStop() to a movieclip.
    The logic but strange thing is that when I add a loading scene with 3 frames and ask my movie on the main scene...
  24. Replies
    1
    Views
    322

    very simple but VERY WEIRD

    I was writting a script using the simple method gotoAndStop() to a movieclip.
    The logic but strange thing is that when I add a loading scene with 3 frames and ask my movie on the main scene...
  25. Replies
    3
    Views
    464

    Thanks, it works. But I was using verdana with...

    Thanks, it works.

    But I was using verdana with dynamic text to avoid include fonts and increase my file´s size.
    But also the dynamic text don´t have blured font.

    Well, you solve it.
    Anyway,...
Results 1 to 25 of 292
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center