A Flash Developer Resource Site

Search:

Type: Posts; User: sonic88

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    323

    how to move this

    Hi foreros
    My question is really basic and simple:
    I only want to have a div moving horizontaly on the screen, on loading the document. I have tried many syntaxes, and nothing moves there.
    So I...
  2. Replies
    6
    Views
    757

    I appreciate your interest! Yes, this is quite...

    I appreciate your interest! Yes, this is quite much what I needed.
    And,Plenary, I am still working with AS2, but anyway, I think I also forgot to mention it.
    Thank you all for your help!
  3. Replies
    6
    Views
    757

    random order in a number

    Hi foreros
    I am trying to generate random numbers which will be the result of a random combination of the figures in a given number, for example, if I have
    var num:Number=01234; the function...
  4. Replies
    4
    Views
    450

    Thank you so much, kortex!

    Thank you so much, kortex!
  5. Replies
    4
    Views
    450

    And where do I write the content of the functions?

    And where do I write the content of the functions?
  6. Replies
    4
    Views
    450

    [CS3] trigger several functions

    Hi.
    This is really basic, I guess, but I need help.
    I want like to create a button which will perform three or four functions one after the other.
    I don't know the syntax.
    Do I have to build and...
  7. Replies
    4
    Views
    375

    solved

    I finally solved the functions with an if/else condition:

    var timeline: MovieClip = this;
    var counter: Number = 0;

    timeline.inicial.onRelease = function( )
    {
    if(timeline.counter < 10){
    ...
  8. Replies
    4
    Views
    375

    Thanks, dog, but it works crazy. Function two...

    Thanks, dog, but it works crazy. Function two starts when it shouldn't ...
    Problably the problem is in my code of functions.
    They should first complete a line of blocks with a separation among them...
  9. Replies
    4
    Views
    375

    sequence of functions

    Hi
    How can I make this?
    I want one function to start first, and when this function is done, then a new function will start.
    This is the code or so:


    var timeline: MovieClip = this;
    var...
  10. Replies
    3
    Views
    453

    Thank you, caroach.

    Thank you, caroach.
  11. Replies
    3
    Views
    453

    duplicate movieClip i times

    Hi foreros
    For most of you this is as easy as ABC, but not for me.
    The thing is I need to duplicate my movieclip 10 times, and I don't know where or how to add the for sentence.
    The code is the...
  12. Replies
    3
    Views
    2,156

    Thank you. It was the first time I had to work...

    Thank you.
    It was the first time I had to work with powers and I just didn't know how to do it or where to find about it.
  13. Replies
    3
    Views
    3,411

    Thank you so much, I'll try.

    Thank you so much, I'll try.
  14. Replies
    3
    Views
    3,411

    experts check for bugs?

    Hi all
    Is there any place where you can post a .fla which won't work, so that anybody can find the mistake?
    After spending hours and hours and hours I've reached a deadlock, and I can't see where...
  15. Replies
    3
    Views
    2,156

    [AS2] Exponents

    Hi foreros
    How do you write "10 raised to the power of -8", for example, in AS so as to operate with that figure?
    Thanks.
  16. Replies
    2
    Views
    457

    Thank you so much, calmchess.

    Thank you so much, calmchess.
  17. Replies
    2
    Views
    457

    [F8] invalidate textfield?

    Hello
    I have no idea how to do this in AS2:
    I have four text entry fields, txt1, txt2, txt3 and txt4.
    To operate with them I can only combine (txt1 and txt2) or (text3 and text4), but not mixing...
Results 1 to 17 of 17




Click Here to Expand Forum to Full Width

HTML5 Development Center