A Flash Developer Resource Site

Search:

Type: Posts; User: cardin

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. Replies
    4
    Views
    1,327

    There's definitely going to be performance issues...

    There's definitely going to be performance issues if a Flash game is not optimised for mobile. I've never done mobile development but I suppose the usual things about avoiding filters, alphas, and...
  2. Thread: adobe confuses

    by cardin
    Replies
    2
    Views
    1,074

    As I mentioned over in...

    As I mentioned over in http://board.flashkit.com/board/showthread.php?t=823781 , you might want to start with either Flash Builder, FlashDevelop or Flash Professional.

    Flash Professional is an...
  3. Replies
    4
    Views
    1,327

    There's a very nice link going into more detail...

    There's a very nice link going into more detail on the various Flash tools here: http://www.actionscript.org/forums/showthread.php3?t=262288

    For such a game, Flash Professional might be a better...
  4. Replies
    2
    Views
    972

    Mysteriously enough, I tested the .swf again...

    Mysteriously enough, I tested the .swf again today and it's working as it should be (at the same volume). Must have been something wrong with my laptop's soundcard or something haha..
  5. Replies
    2
    Views
    972

    [RESOLVED] Sound gets louder

    I wonder if this was something well-known but, when I try to play a sound via Actionscript repeatedly, it gets louder when you do it really fast.

    The crux of the code that did this is pretty...
  6. Thread: Memory in CS4

    by cardin
    Replies
    4
    Views
    1,303

    There's more details online, but generally: On...

    There's more details online, but generally:
    On exporting, Graphic is just a static image, while MovieClips have their own timelines.
    Only Movieclips can have an instance name for actionscript,...
  7. User moddable game = No pt in cheat prevention?

    I'm thinking of making a simple 2D game where people can create their own pets and have them battle it out. They can draw their own sprite animations as .png, drag in some behaviour templates to...
  8. Thread: Memory in CS4

    by cardin
    Replies
    4
    Views
    1,303

    Symbols might use more memory than a simple...

    Symbols might use more memory than a simple drawing/textfield. Perhaps graphic symbols take up less memory than a Movieclip though.

    Generally only reused stuff needs symbols. You can rely on...
  9. 1st error: Because your urlArea TextField is...

    1st error: Because your urlArea TextField is physically overlapping your MovieClip link, urlArea has taken priority over it. As a result, goToPage ends up originating from urlArea instead, which is...
  10. Replies
    1
    Views
    438

    You probably have to do a loop of some kind,...

    You probably have to do a loop of some kind, unless you have a penchant for menial labour :).

    So you probably need a list of the instance names representing the counties. Maybe you'll be...
  11. Replies
    0
    Views
    618

    How to 'dispose' SoundChannel and Sound??

    I've never used sound before, so this is like super new to me. I read on Adobe that you can only create 32 SoundChannels from Sound.play() - that's kinda limited. :eek:

    If you keep playing a lot...
  12. Erm, am a bit confused. But if your movieclip...

    Erm, am a bit confused.
    But if your movieclip hierarchy is so: Stage -> Guy -> Inner MovieClip, you can access Guy.hitting in two ways.
    Let the instance name of the Guy movieclip is theGuy.

    Go...
  13. Replies
    1
    Views
    650

    CS3 You can check out the following threads for more...

    You can check out the following threads for more info:
    http://board.flashkit.com/board/showthread.php?t=157158
    http://board.flashkit.com/board/showthread.php?t=207086

    In a nutshell, there isn't...
  14. Replies
    1
    Views
    631

    I'm not sure if I got you correctly, but, you...

    I'm not sure if I got you correctly, but,
    you want to have a MovieClip that would play only when you click on the button, and when it plays it will only play forward/backward by 5 frames.

    Why not...
  15. haha.. you're right! i can't believe I was...

    haha.. you're right! i can't believe I was stumped by this for so long. Thank you! :)
  16. [RESOLVED] BitmapData symbol's natural size?

    Hello all, I'm trying to find out how to instantiate a BitmapData symbol from my library, without manually coding in the height and width parameters.

    I have a bitmap in my library called myBitmap....
  17. Replies
    4
    Views
    1,071

    You can determine the proximity of each beer can...

    You can determine the proximity of each beer can from each other, by measuring the distance between the centers of each can, see if it exceeds the gap space you've set.
  18. Replies
    6
    Views
    1,999

    It's kinda ... difficult, to explain OOP...

    It's kinda ... difficult, to explain OOP actionscript in a single post, so I'll just try to explain what's in this code.

    1. Package declaration. Package is kinda like a folder directory list. It...
  19. Replies
    2
    Views
    518

    How are they using it? It sounds like the...

    How are they using it? It sounds like the swf/movieclip isn't attached to the stage..
  20. Replies
    4
    Views
    1,482

    I think you might be able to find more...

    I think you might be able to find more knowledgeable persons within an Apple or keynote forum... since the issue seems to have arose out of keynote and whatever content you have used inside of it......
  21. Nice Iso Sprite Animation on Fifa's flash game

    No I'm not advertising for a game. Well, not really. Anyway there's this game on Facebook called Fifa Superstars by EA Sports, and it's a Flash game....
  22. Replies
    4
    Views
    598

    There's two common pitfalls I can think of, that...

    There's two common pitfalls I can think of, that I always end up making.

    Check your instance names. Whether you spelled them correctly or had given them one in the first place. Having an asset...
  23. Replies
    4
    Views
    598

    In your Actionscript code, did you try to access...

    In your Actionscript code, did you try to access a DisplayObject that doesn't exist on Stage? Without any code, it's hard to guess the problem.:confused:
  24. Replies
    5
    Views
    1,635

    Wow that is very cool... Flash has really come so...

    Wow that is very cool... Flash has really come so far now.:eek:
  25. Replies
    5
    Views
    1,635

    I agree Apache seems too much lol. How about...

    I agree Apache seems too much lol. How about maybe a native application like using C++/Java/C#, that listens out for connections? Can a socket server be installed as an application/background...
Results 1 to 25 of 74
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center