A Flash Developer Resource Site

Search:

Type: Posts; User: koenahn

Page 1 of 7 1 2 3 4

Search: Search took 0.07 seconds.

  1. Glad things are workin out for you. :) Thank you...

    Glad things are workin out for you. :) Thank you for showing your appreciation.
  2. for(var i = 0; i < meepsArray.length; i++){...

    for(var i = 0; i < meepsArray.length; i++){
    trace(["meep"+i]._x);
    }

    Try running this. If it keeps saying undefined, maybe the names of your meep instances aren't "meep0" up to and including...
  3. Thread: Cascading menu

    by koenahn
    Replies
    4
    Views
    1,430

    I just noticed it still has a major bug, oops! If...

    I just noticed it still has a major bug, oops! If you open the one menu before last and the last menu consecutively, the bottom one is going to fly away. Not sure why.

    Here's a better version. It...
  4. Thread: Cascading menu

    by koenahn
    Replies
    4
    Views
    1,430

    Download this file: 73991 I hope this...

    Download this file:

    73991

    I hope this solves your problem :)
  5. Hi. You wrote this code: Let's assume...

    Hi.

    You wrote this code:



    Let's assume the array length is 3. Then your code will do exactly this:

    if (meep0.hitTest(meep0)){trace('success');}
    if...
  6. Replies
    4
    Views
    1,699

    Glad to hear :) Good luck with your game

    Glad to hear :) Good luck with your game
  7. I tried this, but I don't think I've completely...

    I tried this, but I don't think I've completely understood. Does this apply if I'm not using external swf's? Should I set all my clips to export on frame 3, place the preloader onstage on frame 1 and...
  8. Replies
    7
    Views
    2,584

    AS 2 The ad.fla file is CS6. Please export it as an...

    The ad.fla file is CS6. Please export it as an earlier version for those who are using CS3 to CS5.
  9. Replies
    8
    Views
    4,307

    Good to hear you have found a solution. Still a...

    Good to hear you have found a solution. Still a strange issue, and I agree it isn't ideal this way, but it looks like the kind of bug you have no control over.
  10. Arkitx: you are not being rude at all, I was...

    Arkitx: you are not being rude at all, I was referring to a misunderstanding between Angelhdz and me. He and I are cool now though and I'm very happy about that. :)

    As for what you said about...
  11. Replies
    8
    Views
    4,307

    Unfortunately I don't know anything about...

    Unfortunately I don't know anything about cryEngine.

    Perhaps you could edit the typefaces you need with a font editor so you can export the different font families as actual fonts. Then you can...
  12. I meant 'we humans', not 'humans' of course....

    I meant 'we humans', not 'humans' of course. It's not like I'm an alien AI sent to infiltrate the internet whilst collecting data in order to have the upper hand when my leaders declare war on your...
  13. I think humans like the comfort that facts and...

    I think humans like the comfort that facts and numbers provide XD

    Nig, I'm flattered, thank you. Actually I'm from Holland, and English is my third language. But I must say that if I've picked up...
  14. Hey Angelhdz, not sure if you still need help...

    Hey Angelhdz, not sure if you still need help with this contact book, but here's something I made that might be helpful. I did not integrate the shared object, because you know better than I do what...
  15. Replies
    7
    Views
    2,584

    AS 2 is onRelease a movieclip event and not a button...

    is onRelease a movieclip event and not a button event? I'm quite certain you need onMouseDown.

    thebutton_mc.onMouseDown = function(){
    if(thebutton_mc.hitTest(_xmouse, _ymouse, true)){
    ...
  16. Okay, I have five comments to make here. ...

    Okay, I have five comments to make here.


    First off, I want to get this clear: the percentages I mentioned were an example. I did not say those were 'the numbers', so to speak.



    As you...
  17. Thank you! :D I'll let you know if it worked as...

    Thank you! :D
    I'll let you know if it worked as soon as I get round to trying it.
  18. Angelhdz, you are right that I should not have...

    Angelhdz, you are right that I should not have described your code as 'flawed'. Your code was good, it just did not apply to my situation. I would like to take 'flawed' back, please.
  19. Nig, thank you so much for your intervention. I...

    Nig, thank you so much for your intervention. I cannot stress enough how haunted I have been by this useless dispute. I trust Angelhdz will also appreciate your 'impartial judgment', for lack of...
  20. Yes, it does concern a preloader. Just because I...

    Yes, it does concern a preloader. Just because I ask how to make sauce for a hamburger does not mean I want you to build me an oven to bake bread for hamburgers.



    Why do we even have to argue?...
  21. Hey Angelhdz, I never said I wanted to preload...

    Hey Angelhdz,

    I never said I wanted to preload the preloader. All I want is for the character clip to show as soon as that is possible, without having to wait for the character clip to load before...
  22. I'm sorry we misunderstood each other. Just to...

    I'm sorry we misunderstood each other. Just to clarify, I said: "(e.g. 10 to 60 percent)" , "(e.g. 60 to 100 percent)", and "In this example, the size of the preloader is 10%, the size of the...
  23. Replies
    4
    Views
    1,699

    Could you mention if this code has been useful to...

    Could you mention if this code has been useful to you?
  24. Replies
    1
    Views
    847

    AS 2 This may sound somewhat silly, but does...

    This may sound somewhat silly, but does Actionscript 2.0 come with custom classes?

    What you could also do is this:



    var questions:Array = [];

    function addQ(theTitle:String,...
  25. Hey Angelhdz, sorry about my late reply but I was...

    Hey Angelhdz, sorry about my late reply but I was busy.



    Yes, I did. And yes, I have made many preloaders before and I know about the simulated download, thank you.



    Because the character...
Results 1 to 25 of 157
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center