A Flash Developer Resource Site

Search:

Type: Posts; User: diuck

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    2,192

    You re lucky. I m on a AS2 job presently, and it...

    You re lucky. I m on a AS2 job presently, and it s not so different from AS3 after all.
    Tell me if I can help.
  2. Replies
    3
    Views
    3,135

    Try this. This code traces a random character...

    Try this. This code traces a random character from the set you give to it.



    package
    {
    import flash.utils.Timer;
    import flash.events.TimerEvent;
    import flash.display.Sprite;
  3. Replies
    5
    Views
    695

    too bad... as i m not as2 regular, i hope someone...

    too bad... as i m not as2 regular, i hope someone else can help you.
    cheers.
  4. Replies
    5
    Views
    695

    As I said, hittest (I m talking about...

    As I said, hittest (I m talking about hitTestObject()) doesn't take in consideration transparency. If you have partially-transparent objects, you should code your own solution. Hopefully, some people...
  5. Replies
    5
    Views
    695

    Hello, There's no problem at all. Things do...

    Hello,

    There's no problem at all. Things do exist logically even if they re totally transparent. And hittest doesn't mind transparency.
    Try another solution : avoid the test, test the...
  6. Replies
    2
    Views
    4,374

    Thank you for replying. I posted it in the...

    Thank you for replying.
    I posted it in the hurry, so I certainly made it the wrong way (sorry for that, modos...). In fact, I expected some answers by private message.

    By the way, your method...
  7. Replies
    25
    Views
    3,500

    Me me me ! 1. What is your favorite flash game...

    Me me me !

    1. What is your favorite flash game website?
    New grounds, Nitrome

    2. Why do you like that website?
    Lots of good games, variety, ranking of games (for NG)

    3. What do you like to...
  8. Replies
    2
    Views
    4,374

    [RESOLVED] Estimating €€€ of a work

    Hello guys,

    A client of mine is interested in my breakout (go to http://nyctalopic.free.fr, check the first game of the bottom of page).
    My work will consist of modifying it by adding some client...
  9. Replies
    2
    Views
    522

    CS3 ... or search a little more on the forum. This is...

    ... or search a little more on the forum. This is a classic.
  10. Replies
    3
    Views
    526

    Singleton is a good design pattern to use....

    Singleton is a good design pattern to use.
    Effectively, in case that you have multiple towns just use list or Array, and forget about static & singleton. In this case, you can also manage towns at...
  11. Replies
    3
    Views
    526

    If I understand well, and assuming that all your...

    If I understand well, and assuming that all your houses point to a single town, you can use "static" to refer to a town for all instances of House.
    If this static member is null, just instanciate it...
  12. Your ideas sound good, I ll be happy to see it...

    Your ideas sound good, I ll be happy to see it when finished.

    I suppose that "motion tweening" refer to animation in Flash IDE. Imho, it's better to instanciate the scroll, add it to stage &...
  13. Hello and welcome to FK, It's nice to make a...

    Hello and welcome to FK,

    It's nice to make a shmup, even it's not the simplest to begin with.

    Well, I don't see any particular difficulty for your issues.

    If you know how to make a...
  14. Replies
    4
    Views
    2,192

    Too pity that s AS2... I think I m skilled enough...

    Too pity that s AS2... I think I m skilled enough in AS3 now to seek for some freelance job but can't read AS2.

    Well, good luck.
  15. Thread: Swift 3d help...

    by diuck
    Replies
    22
    Views
    37,979

    Nice work ! I didn't even know there is a 3d...

    Nice work !
    I didn't even know there is a 3d section in FK.
  16. Replies
    4
    Views
    1,208

    Imho, your detecting hit and take damage don't...

    Imho, your detecting hit and take damage don't trigger on the same object.
    Maybe it's a problem about array indexes, which goes crazy (seems to be a +1 or -1 error) when spawn happens.

    You should...
  17. Replies
    26
    Views
    5,178

    (oops typo) Whatever you ll do, shake a leg :D

    (oops typo)
    Whatever you ll do, shake a leg :D
  18. Replies
    35
    Views
    5,391

    One solution to put "properties" to your tiles is...

    One solution to put "properties" to your tiles is to add one letter (or more) in front of your tile #.
    Ie : A9211, B2235, etc. There you can have 26 distinct properties. Just look at String...
  19. Replies
    14
    Views
    3,680

    Are you using object pooling ? It helped me to...

    Are you using object pooling ? It helped me to speed up my shmup a lot.
  20. Replies
    26
    Views
    5,178

    Say you profoundly disagree with theirs points of...

    Say you profoundly disagree with theirs points of view and you ll never be friends, and if you go on to see each others, this ll lead soon or later to disputes. Or worse, murders.
    So, for the shake...
  21. Replies
    14
    Views
    8,236

    Awesome. Everything is said. I just love what...

    Awesome. Everything is said.
    I just love what happens in the background of the 2nd stage... it s totally inexpected.
  22. Replies
    9
    Views
    667

    I find AS3 just fun to learn, but I come from...

    I find AS3 just fun to learn, but I come from years of OOP (java), so it make things easier.
    For someone who never did programing seriously, it can be very hard. And I will never expect a designer...
  23. Replies
    35
    Views
    5,391

    Basically, implement a class ObjectPool with an...

    Basically, implement a class ObjectPool with an array.
    When you need an object ask ObjectPool to look for the class needed through the array. If the class exists, ObjectPool returns the object (pop...
  24. Replies
    35
    Views
    5,391

    double post bug (again...)

    double post bug (again...)
  25. Replies
    35
    Views
    5,391

    Great ! I m going to that too. 1) Sure, use...

    Great ! I m going to that too.

    1) Sure, use object pooling, ie a common class which contains a list of bitmapdata loaded.
    In general way I use object pool for everything as the "new" operator is...
Results 1 to 25 of 84
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center