A Flash Developer Resource Site

Search:

Type: Posts; User: pistelli

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,896

    Got it! Don´t forget to uncheck "Auto Kern" in...

    Got it! Don´t forget to uncheck "Auto Kern" in properties.
  2. Replies
    5
    Views
    1,896

    Making the same, results NaN too. Think...

    Making the same, results NaN too.

    Think correct code is
    on (release) {
    result.text= Number(input1) * Number(input2)
    }

    you need to add ".text" after result.

    But get NaN the same way.
  3. Replies
    4
    Views
    2,037

    swapDepth issue

    Hi !
    I`m trying to make a game where I drag and drop items from an inventory to scene. If the item doesn´t hit its target, it goes back to inventory when released. The problem is after I click and...
  4. Replies
    2
    Views
    1,429

    Voilà, that´s it! Thanks a lot!

    VoilÃ*, that´s it!
    Thanks a lot!
  5. Replies
    2
    Views
    1,429

    Convert AS3 into AS2

    Hi! This AS3 code does exactly what I need, but I need it in AS2. Any help?
    Thanks.

    import flash.events.MouseEvent;
    // Variable that will be used to store the 1st clicked MC
    var...
  6. Hi! Maybe this is not the correct way to do it,...

    Hi! Maybe this is not the correct way to do it, but I think it´s what you need and it works!

    74399
  7. Replies
    1
    Views
    1,645

    AS 2 Solved!

    Just put everything inside a MC!
  8. Replies
    4
    Views
    2,537

    Flash8 NaN means "not a Number". Is your variable...

    NaN means "not a Number".
    Is your variable inside your MC??
    Can´t understand this code.
    Attach the file.
  9. Replies
    3
    Views
    3,178

    AS 2 Is this you need?

    Is this you need?
  10. Replies
    1
    Views
    1,645

    AS 2 swapDepths issue

    Hi all!
    I`m making a simple escape game.
    It has an inventory also to store found stuff.
    When you select an object from this inventory , it starts drag in scale of 50%.
    When you click on its...
  11. Replies
    3
    Views
    7,708

    AS 2 Thanks for reply. I don´t know what, but there...

    Thanks for reply. I don´t know what, but there was a glitch in that MC. I made a new one and solved the problem.
    Thanks again.
  12. Replies
    3
    Views
    7,708

    AS 2 button inside MC

    Maybe I did not know how to search, but I didn´t find the answer to my question.
    I know it´s simple but I`m stuck.
    I have a MC with code:

    on(release){
    gotoAndStop(2);
    }

    It´s working fine.
  13. Replies
    3
    Views
    703

    AS 2 Thanks so much Nig 13. It worked great! About...

    Thanks so much Nig 13.
    It worked great!
    About "a=true" I mistyped it. Actually I meant "a==true".
    BTW, I´ve been in your country a couple of years ago in Horten.
    It´s amazing.
    Thanks again.
  14. Replies
    3
    Views
    703

    AS 2 Help to turn Movieclip invisible.

    Hi!
    I`m trying to make an escape game and some items around the scene must be invisible at game begining.
    So I use a variable to check if it should be visible or not.

    I.E:
    ...
Results 1 to 14 of 14




Click Here to Expand Forum to Full Width

HTML5 Development Center