A Flash Developer Resource Site

Search:

Type: Posts; User: Dr_flash

Page 1 of 4 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    9,165

    Combo Box gets disabled...

    Hello All,

    (This flash forum not a place for jokking, it is a place for sharing flash-programming knowledege).

    So, please, if you have had experienced such as the following programming-issue,...
  2. Replies
    1
    Views
    7,434

    [RESOLVED] Combo Box gets disabled...

    Hello All,

    I have attached a combo-box as child inside a movieClip. The problem occures when the movieClip is moved around by drag-and-drop, then trying to interact with the combo-Box, it gets...
  3. Replies
    12
    Views
    34,990

    Thank you swak! However, the webpage did not...

    Thank you swak!

    However, the webpage did not open.

    "This page can’t be displayed"
  4. Replies
    12
    Views
    34,990

    Excel file saved as CSV

    Hello all,

    Anyone, please, has good written tutorial on how to use AS2.0 to read variables (numbers) from Excel file saved as *.CSV.

    Thank you!

    P.S. I have no idea on how to deal with CSV...
  5. Used an older copy of troubled-file, saved it on...

    Used an older copy of troubled-file, saved it on another location on the hard-drive, it has worked (no any of the weired stuff described above in the question).

    Probably, the file was corrupted...
  6. Hello, Let's say; inside the btn....

    Hello,

    Let's say;

    inside the btn. component, is this following code (represents the original code):

    var x:Number;
    //x=1
    var y:Number;
    //y=3
  7. [RESOLVED] Code with no errors, but does not work?

    Hello,

    A code in a button component, was working, no error(s) whatsoever, until yesterday. Any update on the code, adding new action code lines (tested the code, the result no error in the trace...
  8. Replies
    14
    Views
    13,963

    AS 2 Hi, I have never used xml files before. I...

    Hi,

    I have never used xml files before. I don't know they work. I will see if datagrid can be utilized.

    And you were right about the graphs, the soft. produces graphs out of the loaded data.
    ...
  9. Replies
    14
    Views
    13,963

    AS 2 I have used one and multi-files; but the results...

    I have used one and multi-files; but the results is the same, soft. runs slowly. As all the loaded data are store in one array for property-1 and another array for property-2.

    I will give your...
  10. Replies
    14
    Views
    13,963

    AS 2 Thank you!

    Thank you!
  11. Replies
    14
    Views
    13,963

    AS 2 Hello, Sorry, I can't supply the file. Thanks...

    Hello,

    Sorry, I can't supply the file. Thanks for understanding!

    The loaded input data is like; Property vs. Date (Monthly), the property could be anything. Let's say for example; Temperature...
  12. Replies
    14
    Views
    13,963

    AS 2 Thank you for the advice!

    Thank you for the advice!
  13. Replies
    14
    Views
    13,963

    AS 2 I am talking programming, and you trying to be...

    I am talking programming, and you trying to be Mr. funny, I don't know.

    Those many variables are needed to store data (input data), which are need for the programme.
  14. Replies
    14
    Views
    13,963

    AS 2 [RESOLVED] Software got slower

    Hello All,

    I am using so many variables stored as arrays, so after loading data into the arrays, the programme was getting slower.

    The data were loaded from external text file using...
  15. Replies
    0
    Views
    2,089

    AS 2 Programme is running slow

    Hello,

    After reading around 900 variables (numbers) into an array form an external text file using (loadVariable), the programme started running slowly. Still want to use text-file and...
  16. Replies
    2
    Views
    5,103

    Thank you!

    Thank you!
  17. Replies
    2
    Views
    5,103

    Stage.onResize

    Hello,

    The code is about when re-sizing the stage a movieclip (menuMC) on stage will be re-sized as well.

    This movieclip (menuMC) works as a container for set of button components. Inside the...
  18. Replies
    5
    Views
    3,767

    AS 2 Hello All, Has anyone used the above code in...

    Hello All,

    Has anyone used the above code in the quote. Did it work with no problems? Did it interfer/miss up with other codes. Beacuse the key word "prototype" could be understood as if the...
  19. Thank you fruitbeard, Little...

    Thank you fruitbeard,

    Little change/re-position of code lines , and here we are, it works.

    That was very great of you, thanks again!
  20. [RESOLVED] Linking several mcs to a single mc instance.

    Hello All,

    Reference is made to the original thread in the link below:

    http://board.flashkit.com/board/showthread.php?834317-How-to-rotate-an-arrow-with-mouse-drag



    on (press) {
    var i =...
  21. Replies
    5
    Views
    3,767

    AS 2 Thank you, That method above is working,...

    Thank you,

    That method above is working, perfectly, with a Button component. However, if the button was drawn the old fashion way; like drawing a square or circle and converting it to a button...
  22. Replies
    5
    Views
    3,767

    AS 2 Changing Button Depth?

    Hello,

    Is there any function that can be utilized to change the depth of a Button (not movieClip used as a button).

    I know that for mcs there is this function (swapDepths), but is there one...
  23. Replies
    3
    Views
    9,626

    AS 2 Because you are using the function "stop();" the...

    Because you are using the function "stop();" the programe won't move from frame1 to frame2. You need to use "_root.gotoAndStop(2);" in the start button, and "_root.gotoAndStop(1);" in the restart...
  24. Replies
    3
    Views
    9,626

    AS 2 Why using two frames? It seems like you you are...

    Why using two frames? It seems like you you are using two frames so you can switch between the Start & Restart buttons.

    Alternatively, you can create two btns on the same frame and switch between...
  25. Replies
    1
    Views
    2,159

    Hello Ashley, I would suggest animating your...

    Hello Ashley,

    I would suggest animating your object, regarding the shape animation, separately using its internal frames.

    Just draw any shape on the main stage, select it, press F8, a window...
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center