A Flash Developer Resource Site

Search:

Type: Posts; User: GarretO

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    536

    thank you.

    thank you.
  2. Replies
    6
    Views
    536

    another question on a different topic how can...

    another question on a different topic

    how can i have an y value be dynamic?


    btnBelame._y=37.7;

    that button will have multiple movements, is there a way to make the y a dyamic so that i can...
  3. Replies
    6
    Views
    536

    my code currently looks like: on...

    my code currently looks like:



    on (rollOver){
    mcGarretO._visible=true;
    mcJinn85._visible=false;
    mcGarretO._y=-2.5;
    mcGarretO._x=-10;
    btnWestonLawson._y=24.8;
  4. Thread: error message

    by GarretO
    Replies
    2
    Views
    376

    i'm playing around with a colapseable menu...

    i'm playing around with a colapseable menu...
  5. Thread: error message

    by GarretO
    Replies
    2
    Views
    376

    error message

    when i do a publish preview on HTML i recieve:

    **Warning** The linkage identifier 'btnWestonLawson' was already assigned to the symbol 'buttons/btnWestonLawson', and cannot be assigned to the...
  6. Thread: moving buttons

    by GarretO
    Replies
    1
    Views
    449

    moving buttons

    want to roll over a button, in this case, btnGarretO.

    on the roll over i want a movie clip to appear (mcGarretO) and also move two buttons down (btnWestonLawson, btnBelame). the MC mcGarretO...
  7. Replies
    6
    Views
    536

    toggle on rollover

    making an expandable menu
    want to be able to roll over a button
    to load a MC and i want the MC to stay
    open until i roll over the button again.

    i do not want a roll over and roll out

    i want...
  8. Replies
    1
    Views
    480

    expandable menu

    trying to create a list that would look something like:


    Menu
    base menu
    sub menu
    sub menu
    base menu
    sub menu
    base menu
  9. nevermind the button i was using was a...

    nevermind

    the button i was using was a movieclip, i switched it to button and it's fine..

    sorry to waste your time.
  10. flash 8 is not liking that code. any other...

    flash 8 is not liking that code.

    any other options?
  11. getURL and gotoAndPlay performed with one button?

    hi I'm trying to use one button to perform both a getURL and a gotoAndPlay

    currently set up as:

    on(release){
    getURL("www.blah.com",_blank);
    gotoAndPlay(2);
    }

    flash won't...
  12. can you do an action script of a ...

    can you do an action script of a
    movieclip.gotoAndPlay(1);?

    example library name mcMovie
    make sure linkage is set to actionscript

    on frame 1 of your site in the window below...
  13. Replies
    15
    Views
    596

    i want to be able to see: Email in black when...

    i want to be able to see:
    Email in black when the window is open and your mouse is off the email button

    and i want to have it say
    Garret Onufer:
    GarretOnufer@sbcglobal.net --> button for...
  14. Replies
    15
    Views
    596

    what about putting text into the white window...

    what about putting text into the white window that opens. i've tried to put info into that and it won't show up in the test movie.

    i dont' understand.
  15. Replies
    15
    Views
    596

    so i can change that if i want, but i have to go...

    so i can change that if i want, but i have to go through and change all the script yes?
  16. Replies
    15
    Views
    596

    what does cew do exactly? P.S. I have...

    what does
    cew
    do exactly?


    P.S.
    I have more questions.
    tempted to ask your
    phone #, think it would be quicker.
  17. Replies
    15
    Views
    596

    so that i can learn for myself instead of always...

    so that i can learn for myself instead of always asking you



    on (rollOver) {
    cew.play();
    delete onEnterFrame;
    }

    can you explain this script for me.
  18. Replies
    15
    Views
    596

    you are a wealth of knowledge. now all i have...

    you are a wealth of knowledge.
    now all i have to do is figure out
    what you did and replicate it.

    i'm sure there'll be many more questions
    to come.
  19. Replies
    15
    Views
    596

    EQ thanks alot. I'm so much Closer than i was. ...

    EQ thanks alot. I'm so much Closer than i was.

    what needs to happen to have the white box stay open if you have your mouse on it and retract when you pull the mouse off of it completely?
  20. Replies
    15
    Views
    596

    EQ, for some reason i pulled the button out and...

    EQ,
    for some reason i pulled the button out and put it in a seperate movie and it worked great.
    but when it's in the file i'm working with it won't work.

    what i want to do is roll over the...
  21. Replies
    15
    Views
    596

    Movie Clip not opening 100% inside button.

    on rollOver of a button i have a movie clip of a masked window to play. i put the movieclip on the Over stage of the button.
    but when i test the movie or do a preview, the movie only opens about...
  22. Replies
    12
    Views
    827

    what if i take away the action script and put...

    what if i take away the action script and
    put the movie clip in the over stage of
    the button?
  23. Replies
    12
    Views
    827

    I tried an on(rollOver) for that file. i've...

    I tried an on(rollOver) for that file.
    i've messed with it after.
    but what i want to do is have the movie clip (mcEmailWindow)
    open on the roll over of the EMail link(inside mcContactMethod)...
  24. Replies
    12
    Views
    827

    I have this file you helped me with earlier and...

    I have this file you helped me with earlier and i'm trying to take it to the next level
    I have a button (mcContactMethod) and inside the button i want a movie clip(mcEmailWindow) to play on the over...
  25. i'm having issues opening and viewing your file. ...

    i'm having issues opening and viewing your file.
    i can't do a test movie or preview on it to see
    what the problem is. sorry i can't help.
    according to the timeline it looks good.
Results 1 to 25 of 69
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center