A Flash Developer Resource Site

Search:

Type: Posts; User: drpelz

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,774

    game sponsorship - demo or full version

    Hi,

    when contacting a sponsor do I have to upload a demo-version of my game or the full version? I just ask because it's the first time that I do this kind of stuff.

    TIA.
  2. Replies
    3
    Views
    2,979

    But what about when the sponsor is not that big...

    But what about when the sponsor is not that big and they don't have their own API?
  3. Replies
    3
    Views
    2,979

    scoring-api vs sponsorship

    Hi,

    my game is almost finished but there is a (big?) problem:

    At its current state my game uses mochileaderboards (mochi's scoring system) for displaying a highscore list. I didn't upload the...
  4. Replies
    3
    Views
    723

    Possible solution found: ...

    Possible solution found:

    http://blog.curiousmedia.com/?q=blog/flash-player-can-only-play-32-sounds-time

    I changed my code and until now all I can say is that my game runs very smoothly and no...
  5. Replies
    3
    Views
    723

    Line 106: ...

    Line 106:


    soundChannels[soundName].soundTransform = tempSoundTransform;

    soundName is something like this (when this error occurs): SOUND_LASER_ENEMY or SOUND_LASER_ENEMY2 or...
  6. Replies
    3
    Views
    723

    Strange sound error

    Hi,

    sometimes I get this strange error during gameplay:



    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at...
  7. Replies
    1
    Views
    688

    rotation problem

    Hi,

    this problem drives me crazy and I hope someone can help me out with this:

    I got an object (called tempEnemy) which is flying around and shooting.
    The problem is that I can't keep the...
  8. Just wanted to say that on the guidelines page...

    Just wanted to say that on the guidelines page everything's said about the usage of the audio files, e.g. if you use freeware sounds in your project (whatever it is) then according to the guidelines...
  9. Replies
    3
    Views
    918

    Thanks for your answers!:D Finally I got it now.:)

    Thanks for your answers!:D Finally I got it now.:)
  10. Replies
    3
    Views
    918

    variables used in functions

    I have a stupid question. I got this variable:



    var type:int;

    and this function:


    private function test(type:int):void {
  11. control volume of the player - crackling noise

    Hi there,


    I want that my spaceship gets louder when my mouse moves away from it (and vice versa). Problem is that my function produces an annoying crackling sound I can't get rid of when I move...
  12. Replies
    8
    Views
    1,765

    Thanks that's a cool tip.:) I will try that of...

    Thanks that's a cool tip.:) I will try that of course!
  13. Replies
    8
    Views
    1,765

    Newgrounds. Yes I will post my first game there...

    Newgrounds. Yes I will post my first game there when it's finished but before that I will try to get a sponsor.

    Thanks for your tips!:D
  14. Replies
    8
    Views
    1,765

    Thanks. Yeah I already heard that HTML5 sucks...

    Thanks. Yeah I already heard that HTML5 sucks when it comes to gaming.

    Just one question though (this may be a stupid question):

    Is it possible to earn money and making a living with...
  15. Replies
    8
    Views
    1,765

    Is Flash gaming dead?

    Just curious because I read this article at http://www.photonstorm.com/archives/2568/the-reality-of-developing-web-games-with-flash-html5-and-unity and I'd like to know what do you guys think about...
  16. Replies
    0
    Views
    1,098

    bitmapdata hittest bug (Error #2005)

    hi,

    sometimes I get this extremely nasty bug:


    ArgumentError: Error #2005: Parameter 0 is of the incorrect type. Should be type BitmapData.
    at flash.display::BitmapData/hitTest()


    This...
  17. Replies
    3
    Views
    1,124

    Problem solved.:) These two links helped a lot...

    Problem solved.:)
    These two links helped a lot to solve my problem:
    http://www.spikything.com/blog/index.php/2009/09/06/how-to-embed-fonts-in-pure-as3/...
  18. Replies
    3
    Views
    1,124

    Thanks. I will give this a try.:)

    Thanks. I will give this a try.:)
  19. Replies
    3
    Views
    1,124

    fonts not working any more (flex)

    Hi,

    my fonts got screwed up when moving my flash-project to flex. They don't show up any more (strange thing is I don't get any error messages).

    Please - can somone help me out with this...
  20. Ok, cool. Thank you very much!:)

    Ok, cool. Thank you very much!:)
  21. [RESOLVED] bitmapData's dimensions (width and height)

    Hi,

    I'm new to flex and I have a question concerning bitmapData and its width and height.

    Normally you set up bitmapData like this in AS3:



    var bd:BitmapData = new BitmapData(100, 100,...
  22. Thanks. But I don't have to rewrite it from...

    Thanks. But I don't have to rewrite it from scratch because I just have to change my library assets (not that much). The only thing that confused me was this xml-file for the flex compiler. Setting...
  23. Replies
    2
    Views
    1,056

    Thanks!:)

    Thanks!:)
  24. Replies
    2
    Views
    1,056

    embed-tag for images - how to use?

    Hi,

    I would like to know if I have to dispose an image in AS3/Flex when using the EMBED-tag:



    [Embed(source="../../../../../assets/interface/pause/cancel_btn_off.png")]
    public static...
  25. migrate flash cs5 project to flash builder - how?

    Hi,

    I would like to migrate my OOP-as3 flash-project to flash builder (or maybe textmate (Mac)??). Is there ANY detailed tutorial available that can explain me how to setup flash builder 4.6 (or...
Results 1 to 25 of 85
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center