A Flash Developer Resource Site

Search:

Type: Posts; User: Ahhhk

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    414

    Nobody has every run into this problem??

    Nobody has every run into this problem??
  2. Replies
    3
    Views
    414

    Anyone have any theories??

    Anyone have any theories??
  3. Replies
    6
    Views
    788

    hehe...you're funny

    hehe...you're funny
  4. Replies
    3
    Views
    414

    Ok, I narrowed it down some more.... Going...

    Ok, I narrowed it down some more....

    Going directly to the 4th MC from any MC other than the 3rd and the fields work fine. It's going from the 3rd to the 4th that trashes the field on the 4th.
    ...
  5. Replies
    3
    Views
    414

    Flash bug with form fields? Help!

    Hi!

    I have a large project that includes 4 primary MCs in Flash 8.

    All of the MCs have form fields but when I get to the 4th MC at runtime the TextInput and TextArea appear to show up blank and...
  6. Calculate size based on aspect within constraint math question

    Hi all!

    Since I'm mathematically challenged, could someone please help me with this?

    Given a MCs size (say 360 x 240), how would I calculate the maximum size a shape inside that MC could be...
  7. hrmmm...maybe I could also put an MC at the...

    hrmmm...maybe I could also put an MC at the top-left and bottom-right corners of the cutout to GET the current x/y/w/h but that doesn't help with sizing to a certain x/y/w/h

    <sigh>
  8. [RESOLVED] Calculate/control square's inside diameter?

    Hi!

    If I have a graphic/MC with a frame type shape with a square cut out in the middle (box inside a box), how would I resize it so that the inside square (cutout) is a programmable size? I dont...
  9. Replies
    0
    Views
    783

    [RESOLVED] Any way to do a reverse mask?

    Hi!

    Basically, I want to have a semi-transparent layer over an image (as a border) with a block knocked-out in the middle - but I need to be able to control the dimensions of the center knock-out....
  10. Well, you cant really add any vars to the...

    Well, you cant really add any vars to the history. The history (back button) does, and can only, store just last URL.

    So, you would have to set a value (of the current frame) via cookie/session...
  11. Replies
    2
    Views
    497

    I think the exe would need to support command...

    I think the exe would need to support command line parameters first. And that, would be something for a VB/VC forum :)

    Ahhk!
  12. Thread: Variable problem

    by Ahhhk
    Replies
    2
    Views
    331

    Yeah, what SwirlyKing said. A simple solution...

    Yeah, what SwirlyKing said.

    A simple solution would be to just have a global variable that defaults to 0. And then increment that global var after each duplication and use it instead of "i".


    ...
  13. Replies
    1
    Views
    348

    You could just add the button animation to the...

    You could just add the button animation to the "down" frame of the button.

    Ahhhk!
  14. Replies
    2
    Views
    495

    Depends on how the MC was created. Might want...

    Depends on how the MC was created.

    Might want to look into:

    unloadMovie()

    MovieClip.unloadMovie()

    MovieClipLoader.unloadClip()
  15. Replies
    13
    Views
    915

    You would need to load the image into a empty...

    You would need to load the image into a empty "parent" MC then just use that parent's onPress event to trigger the resizing or call a function to do the resizing.


    ...
  16. Replies
    2
    Views
    374

    Dont know what if any scrollbar components have a...

    Dont know what if any scrollbar components have a increment property, but an easy solution (via AS) would just be to:

    TextMC._y = Math.round(TextMC._y);

    on the release of a scroll event.

    If...
  17. Replies
    4
    Views
    579

    on (press) { //stage button instance ...

    on (press) { //stage button instance

    _root.curtain.demoBut.enabled = false;

    }



    Ahhhk!
  18. Replies
    2
    Views
    478

    Get out! hehe...ok...now it all makes sense....

    Get out!

    hehe...ok...now it all makes sense. In the past, I always defined some sort of defaults for the array before actually assigning values to the indexes in a function/for loop.

    Duh.
    ...
  19. Replies
    2
    Views
    478

    Cant assign value to MD array...??

    Ive done this a thousands times, and for some reason its just not working for me this time.

    In the first line of the root timeline, I define a new array as such:



    _global.movieSpecs = new...
  20. Ok, so I figured out that I could just put a...

    Ok, so I figured out that I could just put a "hidden" dynatext field in the MC called "myID" (or just a var) and then assign that myID a value after duplication...like so:



    for (var i = 1; i <...
  21. Ok, here's a new question. Since I have to...

    Ok, here's a new question.

    Since I have to duplicate MCs to apply the dynamic button labels, I no longer have a unique path/identifier for the buttons to send to a function.

    I create the...
  22. Thanks guys! I'm glad to know Im not losing...

    Thanks guys!

    I'm glad to know Im not losing it. hehe

    I guess I'll just HAVE to go the MC container route and duplicate it.

    I was hoping I could just have a row of the buttons and change the...
  23. Can you not have dynatext fields in buttons?

    I have a standard button with a dynamic text field on a seperate layer. And, no matter what I try, I can't change the .text property of the text field.


    ...
  24. Sorry, I didnt really mean "values"....but ...

    Sorry, I didnt really mean "values"....but rather index numbers.

    Meaning that the first index in a numeric array is always myArray[0] not myArray[1]. And, in his case with having four values, the...
  25. Replies
    3
    Views
    763

    hrrmm....it seems that the parentArray.addItem...

    hrrmm....it seems that the parentArray.addItem isnt doing anything. Doing a trace on the Array indexes shows it all undefined.



    parentArray.removeAll();
    tempx = 0;
    for (var i = 0; i <...
Results 1 to 25 of 124
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center