A Flash Developer Resource Site

Search:

Type: Posts; User: FPilla

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,457

    ya would be just for fun. no real money involved.

    ya would be just for fun. no real money involved.
  2. Replies
    2
    Views
    1,457

    Rights for casino games

    do you need to pay fees or anything to create casino games? the games i'm looking at are roulette, blackjack, craps, baccarat, and video poker.
  3. Replies
    2
    Views
    1,504

    anyone?

    anyone?
  4. Replies
    2
    Views
    1,504

    perlin noise - color range

    i dont fully understand perlin noise and was hoping someone here could give me a hand. i would like to use perlin noise to generate a map and then colorize the results, but perlin noise doesnt use...
  5. Replies
    1
    Views
    530

    [AS3] moving small x amts

    needing help with this one... trying to make a time based movement and things are having to move very small x amts per frame and they seem to just be getting ignored... can anyone tell me why? is...
  6. Replies
    30
    Views
    4,889

    nice game, but not sure what it offers over say...

    nice game, but not sure what it offers over say http://www.isketch.net/isketch.shtml or
    http://www.shockwave.com/gamelanding/inklink.jsp
  7. Replies
    9
    Views
    1,148

    Thanks guys.. it was like you said it was a...

    Thanks guys.. it was like you said it was a cyclic reference not the recursive limit, but now that I see xray that should do the trick!
  8. Replies
    9
    Views
    1,148

    correct i know about a for in loop, but if i...

    correct i know about a for in loop, but if i create a function (not actual code)..



    function parseObject(obj)
    {
    for(item in obj)
    {
    trace(item);
    parseObject(obj[item]);
  9. Replies
    9
    Views
    1,148

    [AS2] Object Dumping?

    Does anyone have a debug function used for dumping the contents of an object to the output window? say you have an object or movieclip called person with variables name and age, you could run say...
  10. Replies
    51
    Views
    2,799

    just thinkin about this the other day... did we...

    just thinkin about this the other day... did we ever get a game outta this thing?
  11. Replies
    9
    Views
    3,642

    can you use this in a closed source game? or one...

    can you use this in a closed source game? or one that you would like to sell to portals? if so do you have to include a copy of the license? not sure how that all works..
  12. Replies
    1
    Views
    605

    Super BitmapData class?

    has anyone created a bitmapdata class that gets over the size limitation of the original bitmapdata class?

    seems like it should be possible to internally break it down into multiple bitmapdata's...
  13. Replies
    2
    Views
    455

    Class Naming help [com, org, pro, ???]

    What do all these things stand for?! Like all my posts I'm getting into OO programming, but just from articles I read on the net and things I see. If I download a package from a known flash guru...
  14. Replies
    4
    Views
    429

    The point class is just the one that comes with...

    The point class is just the one that comes with flash... would it be better to create my own?
  15. Replies
    4
    Views
    429

    Getter/Setter Help

    I'm making a class that contains an object of the type Point

    {myClass.as}


    import flash.geom.Point
    class myClass
    {
    private var m_p1:Point
  16. Replies
    5
    Views
    676

    I guess I'm trying to figure out why extend...

    I guess I'm trying to figure out why extend BitmapData then? What not just have my class and have it contain a variable that is of type BitmapData?
  17. Replies
    5
    Views
    676

    That's my point you can't do that. ...

    That's my point you can't do that. SpriteSheet.loadBitmap returns a BitmapData object and cannot be set to a wich is type SpriteSheet.
  18. Replies
    1
    Views
    503

    OO extending BitmapData

    i am still a OO programing noob. i know the basics of creating an instance from a class, but right now trying to get my head around extending a different class. right now i am working on creating a...
  19. Replies
    5
    Views
    676

    [Help] OO and extending classes

    i am still a OO programing noob. i know the basics of creating an instance from a class, but right now trying to get my head around extending a different class. right now i am working on creating a...
  20. Replies
    2
    Views
    627

    finally figured it out, but thought id post the...

    finally figured it out, but thought id post the fix here for anyone else too..

    I had an import for:
    flash.display.BitmapData

    but not for :
    flash.geom.Rectangle

    Not sure why flash never...
  21. Replies
    2
    Views
    627

    [Flash 8] Copypixels help

    Not sure why this isn't working if someone could help I would appreciate it.

    There is a graphic in the library with the linkage as "tileset"

    var spritesheet:BitmapData =...
  22. Thread: Game Etiquette?

    by FPilla
    Replies
    10
    Views
    891

    ditto. Alot of the info on this thread has been...

    ditto. Alot of the info on this thread has been helpful
  23. Thread: Game Etiquette?

    by FPilla
    Replies
    10
    Views
    891

    Is there anyplace talking about the cost isn't...

    Is there anyplace talking about the cost isn't against the rules?

    It seems like any other market if I were getting into it, I'd know what the others are making.. If I wanted to get into making...
  24. Thread: Game Etiquette?

    by FPilla
    Replies
    10
    Views
    891

    Game Etiquette?

    I've got some questions on normal etiquette...

    When working on a team project in flash (in this case 1 programmer and 1 graphic artist) what is the normal way money is split? Is the sale price...
Results 1 to 24 of 24




Click Here to Expand Forum to Full Width

HTML5 Development Center