A Flash Developer Resource Site

Search:

Type: Posts; User: Boby Dimitroff

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    539

    ...?

    Hey,
    I think
    removeMovieClip("Esfera"+i)
    must work, or at least works for me... Check if the object/buton/frame that is calling the action is in the same path (i.e. _root, not _root.foo.boo)....
  2. Thread: pause

    by Boby Dimitroff
    Replies
    1
    Views
    360

    Well...

    ...you can make a simple 2-frames loop to check the elapsed time.
    Just an idea...
  3. Replies
    1
    Views
    444

    Hey...

    ...dude...
    Listen, I coundn't get your code to work...
    Spent more than 20 mins trying to fix all the syntax errors the Flash spit out. Anyway, why use those outdated setproperty actions?
    ...
  4. My 2 Cents...

    Check

    http://www.azholding.com/flash/frames_labels.swf

    and get the fla

    http://www.azholding.com/flash/frames_labels.fla

    made in flash 5.
  5. Replies
    3
    Views
    596

    :)

    Hey i also had a lousy html teacher... I lost bout 6 months in that class but i've learned more in 3 weeks when got into the real sitemaking!
  6. Well...

    "The page cannot be found

    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable."

    ...is what i get when tryin to access
    ...
  7. Replies
    4
    Views
    694

    There ya go

    I just mailed them...
  8. Replies
    3
    Views
    596

    What kinda...

    ...web designer are you if you dont know how to put a mail link...? Just wondering.

    Try
    mailto:user@host.com

    For Flash 5 it is like:
    getURL ("mailto:user@host.com");

    This sould work...
  9. Replies
    4
    Views
    694

    ...

    Try putting an empty MC on the stage and loading the SWF into it. That way you can position exactly. Suppose you have square (50x50 pix) in a SWF. If you put that empty (host) MC on X:0 Y:0...
  10. Yes...

    ...you sound kinda dumb...

    Wadda ya mean, you work w/ Flash 4/5 and dont know what AS is?!!!?!?

    Heh, ever seen any kind of manual? Almost every swf i've seen relies heavyly on AS...
    ...
  11. Replies
    1
    Views
    550

    Just an idea...

    Why dont you get the Flash 5 manual from

    http://www.macromedia.com/support/flash/
    and look for SmartClips...?

    My 2 cents
  12. can you...

    ...provide alink to the FLA file?

    Maybe this is better way, than having everyone constructing your preloader just to check why doesnt it work...:)

    ...
  13. Replies
    2
    Views
    526

    Heh....

    Well, it depends if you choose to load a movie into Level or Target.
    If you load to level, you'll get sumfin like this:

    loadMovieNum ("movie.swf", 1);

    But if you load to Target (like an MC):
    ...
  14. Replies
    2
    Views
    546

    Try...

    ...this:

    onClipEvent (load) {
    loadMovie ("binaryv2.swf", "_root.empty");
    }

    HTH
  15. Replies
    2
    Views
    673

    Try...

    ...this:

    onClipEvent (enterFrame) {
    setProperty (this, _x, Random(500));
    setProperty (this, _y, Random(400));
    }

    HTH
  16. Try...

    ...this:
    http://www.macromedia.com/software/flash/trial/

    HTH
  17. Replies
    0
    Views
    446

    Yo guys Here it is: i have a gradient from...

    Yo guys

    Here it is: i have a gradient from white to black in a square. Is there a way to change it to let's say blue to white via ACTIONSCRIPT??? I know i can change the whole color of the square,...
  18. ???

    Hmm... If the file extmovie.swf is in the same dir as the host movie, the path should be the name of the file, as you did it. If it doesnt work (still) check the action that loads the external file:...
  19. Replies
    4
    Views
    1,915

    Hmmm...?

    What is that OnMouseEvent you are talking about?
    You can attach onClipEvent on MCs like this:

    onClipEvent (mouseDown) {
    gotoAndPlay (1);
    }

    or on buttons like this:

    on (release) {
  20. Path...?

    Have you checked the path you entered in the Load Movie box?
    Try using a absolute, not relative path. Suppose you have a host.swf in www.domain.com/swf/ and wanna load a menu.swf, which is in...
  21. Replies
    1
    Views
    455

    Double check!

    Hey dude!

    Double check if flash got the name you entered for a MC. It happened to me several times: i enter a name, forget to hit "enter" and there it goes my unnamed movie clip...

    Just an...
  22. Replies
    5
    Views
    939

    It's there

    Hey Fernis,

    just click on the MM logo and then the "Thanks" button is active - starts the game.
    If you miss the click-time (only a few seconds after the "about" dialog isopen) you can...
  23. Replies
    3
    Views
    488

    Heh...

    Yup, it comments multiline, but!
    Go to normal (as Stickman said) and then back to expert: KABOOM! You end up with (as in my case) 120 lines of commented code...:)
    Go and uncomment them one by one....
  24. Replies
    10
    Views
    1,265

    Call 911, quick!

    Addicted?!

    Wadda ya mean, i just cot out of the clinic; spent 6 months there after a flash-overdoze...!
    :P
  25. Replies
    3
    Views
    488

    Hi all, Is there a way to mass comment in...

    Hi all,

    Is there a way to mass comment in Flash 5?
    Like I select 10 lines AS and want to comment them?

    I think Director had a feature like that but... anyway.

    Just askin'.
Results 1 to 25 of 56
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center