A Flash Developer Resource Site

Search:

Type: Posts; User: Nitchy

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    474

    Maximum Filesize

    Hi guys,
    I remember back in the days of flash 4-5 there was a maximum file size that plash would export and the flash player would handle ... is this still the case?

    thanks,
    nitchy
  2. Replies
    2
    Views
    587

    :} That's the method I was using while I was...

    :}

    That's the method I was using while I was prototyping the game, looks like it'll be staying that way.

    Thanks ...
  3. Replies
    2
    Views
    587

    [Help] PNG Collision

    Are there any inbuilt/custom methods for detecting point collision against transparent PNG areas?

    Just the same as normal point movie clip collision, just with transparent PNGs.

    thanks,
    nitchy
  4. Replies
    5
    Views
    1,268

    :'{ you wouldn't believe how much trouble that...

    :'{

    you wouldn't believe how much trouble that caused me ... champion ... :}

    edit: any help on the local to global position?
  5. Replies
    5
    Views
    1,268

    Ok, I'll ask a simpler question: When I attach...

    Ok, I'll ask a simpler question:

    When I attach a movie clip to another movie clip, how do I then position it to stage x,y instead of the parent movie clip x,y?
  6. Replies
    5
    Views
    1,268

    Movieclip Coordinates - Help!

    Hi guys,
    I have a empty movieclip into which I attach multiple enemies.

    Say I attach the first enemy, and set it's position to 150, which will be 150 pixels relative from the container clip. This...
  7. Replies
    1
    Views
    673

    Preloading Video

    Hi guys,
    I've been searching around the boards a lot and there is a bit of information on preloading video in flash, but I'm REALLY short on time and I'm looking for a working example I can just...
  8. Replies
    2
    Views
    535

    TCAH!

    TCAH!
  9. Replies
    34
    Views
    1,561

    A case of the pot calling the kettle black ... ...

    A case of the pot calling the kettle black ...

    This is a better way of doing it, one of my first games was similar and I had a movieClip that followed my car around the set the _.visible = false...
  10. Replies
    1
    Views
    464

    Hi, I have a shadow that stays in the same place...

    Hi,
    I have a shadow that stays in the same place on the y plane but follows my flying machine horizontally. It grows larger and the alpha thickens as you get closer to the ground. I've been thinking...
  11. Replies
    2
    Views
    535

    Hi, I'm trying to make a randomized scrolling...

    Hi,
    I'm trying to make a randomized scrolling bg. I have 4 tiles and I randomly use attachMovie to attach a clip everything the scrolling hits the end. All that is working fine but the little...
  12. Replies
    9
    Views
    591

    Can you at least give us a example of your code?...

    Can you at least give us a example of your code? It's really hard to help when you don't exactly know how it's working ...
  13. Replies
    9
    Views
    591

    And why exactly aren't they working? A simple...

    And why exactly aren't they working? A simple hitTest deosn't cut it?
  14. Replies
    4
    Views
    499

    Nope, no luck ... could it be something to do...

    Nope, no luck ... could it be something to do with the use of attachMovie or smth? Or the that the bgRand function is in the load event?
  15. Replies
    4
    Views
    499

    Sorry, that's still not working ... don't I need...

    Sorry, that's still not working ... don't I need to delcare it anyway so that the statements in the enterFrame event can use bgRand (as it was defined in the function)?

    What I have now:

    MainBg...
  16. Thread: pac man game

    by Nitchy
    Replies
    3
    Views
    499

    Well, I just tested the code then to make sure it...

    Well, I just tested the code then to make sure it works and it worked fine. Make sure you delete all your code then paste mine in.

    Especially all this:

    _root.pack2.duplicateMovieClip( "pack2"-...
  17. Thread: pac man game

    by Nitchy
    Replies
    3
    Views
    499

    Err, much easier way of doing this: ...

    Err, much easier way of doing this:



    onClipEvent(load){
    moveSpeed=10;
    _root.pack2._visible=false;
    pack2Counter=1;
    facing = "right"
    }
  18. Replies
    9
    Views
    608

    Re: Thanks For The Advice....

    Well, that explains all of the above problems doesn't it ...
  19. Replies
    4
    Views
    499

    Arrrr, this stupid thing is driving me insane. I...

    Arrrr, this stupid thing is driving me insane. I have a movie called mainBg with this code:



    onClipEvent (load) {
    var bgRand;
    bgSpeed = 30;

    function attachBg() {
    bgRand = random(4);
  20. Replies
    7
    Views
    635

    I see, thanks for the enlightenment :) Your...

    I see, thanks for the enlightenment :)

    Your method works fine for me, a life saver ... almost given up hope there :p
  21. Replies
    7
    Views
    635

    What I don't understand is, if Macromedia can...

    What I don't understand is, if Macromedia can detect a hitTest in only the filled in area (shap flag) then why don't they have a flag for detecting a collision between one filled in area and another...
  22. Replies
    4
    Views
    579

    This is sort of what I was thinking also, I'll...

    This is sort of what I was thinking also, I'll definatly try that ... can you point me in the direction of some sort of tile based engine or tutorial?
  23. Replies
    6
    Views
    511

    Anyone thought about using the lineStyle/lineTo...

    Anyone thought about using the lineStyle/lineTo drawing functions?
  24. Replies
    7
    Views
    635

    Thanks so much, that's exactly what I'm looking...

    Thanks so much, that's exactly what I'm looking for. Can I have permission to use that? I'll put you in the credits.
  25. Replies
    7
    Views
    635

    Hey guys, I'm having trouble here with hitTest....

    Hey guys,
    I'm having trouble here with hitTest. I have a irregular shape that I want to test for a hit with another irregular shape. This basically rules out the bounding box hitTest and I don't see...
Results 1 to 25 of 63
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center