A Flash Developer Resource Site

Search:

Type: Posts; User: nny

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    444

    Image loading problem

    Hullo,

    I've got an issue with an image gallery I'm using, and I've narrowed it down to something that's supposed to be happening, and (only sometimes) isn't. I really can't fathom why, so I...
  2. Thread: For each loop..

    by nny
    Replies
    2
    Views
    460

    ahhh brilliant! that totally makes sense, and...

    ahhh brilliant! that totally makes sense, and thankfully worked a treat :)

    Much appreciated, thanks very much! :D
  3. Thread: For each loop..

    by nny
    Replies
    2
    Views
    460

    For each loop..

    Hi,

    I've got a problem cycling using a for each loop. I've got a document class set up, called Main.as. In that there are functions that add stuff, using addChild(someobject); .

    What I want to...
  4. Thread: Loader Problem..

    by nny
    Replies
    5
    Views
    486

    dude, that was just the advice I needed! Just...

    dude, that was just the advice I needed! Just needed to think about doing it in a different way, and you showed me exactly how :) got it sorted!
  5. Thread: Loader Problem..

    by nny
    Replies
    5
    Views
    486

    hmm.. didn't fix it, unfortunately. So I'm...

    hmm.. didn't fix it, unfortunately.

    So I'm thinking that the way I'm trying to do this photo gallery is the wrong way to go about it.

    Can anyone outline how a photo gallery should work in AS3?...
  6. Thread: Loader Problem..

    by nny
    Replies
    5
    Views
    486

    anyone any ideas? have I phrased the question...

    anyone any ideas? have I phrased the question badly?
  7. Thread: Loader Problem..

    by nny
    Replies
    5
    Views
    486

    Loader Problem..

    Hey all,

    I'm trying to make a photo gallery where everything's read from an XML file, but where little loader icons are shown on each thumbnail before it displays the thumbnail.

    I've done it by...
  8. Thread: Key Class

    by nny
    Replies
    2
    Views
    441

    Key Class

    Hi,

    I found what I thought was a great solution to the unbelievable removal of key.isDown from AS3 a while back, a simple Key class which appeared to do everything you were able to do previously...
  9. Thread: Key Hit method?

    by nny
    Replies
    1
    Views
    685

    Key Hit method?

    Ive got this Key class, to replace what was lost with AS2 (Using AS3):


    // Key.as
    package {

    import flash.display.Stage;
    import flash.events.Event;
    import...
  10. Thread: double jump

    by nny
    Replies
    4
    Views
    2,434

    ah, thanks a lot :) i ended up solving it,...

    ah, thanks a lot :)

    i ended up solving it, with the help of the mighty iopred, and looking at what you've said it was pretty similar.

    however i'm interested if you've got a suggestion as to how...
  11. Thread: double jump

    by nny
    Replies
    4
    Views
    2,434

    hey, i'm not sure that the problem is to do...

    hey,

    i'm not sure that the problem is to do with my y acceleration value, it seems to be an issue with the jump key being held down for too long (even if 'too long' is 1/2).

    i've attached the...
  12. Thread: double jump

    by nny
    Replies
    4
    Views
    2,434

    double jump

    Hi,

    i'm making a platform game in flash, but not a tile based one. I've got jumping sorted, and general control of a character. i'm trying to put a double jump in, and it's proving difficult! If...
  13. Replies
    2
    Views
    998

    Key events class...

    Hi,

    I've got a problem in a game i'm making with jumping. I'm trying to implement a double jump, and I think I need a way of checking if a key has been pressed, but that doesnt continue checking...
  14. Replies
    10
    Views
    880

    ahh, ok. well thanks a lot for your help....

    ahh, ok. well thanks a lot for your help. hopefully i'll find a way, without re-writing everything...
  15. Replies
    10
    Views
    880

    ahh , ok, but i'm not sure how to go about having...

    ahh , ok, but i'm not sure how to go about having my movieclip animations controlled seperately from the rest of the game.

    you see, if i want my character to play an animation when you hit...
  16. Replies
    10
    Views
    880

    hey again, and thanks alot! that's got it...

    hey again, and thanks alot! that's got it working, and thanks to your great explaination i understand exactly why!

    however i have a worry that this won't solve all my problems. this is for a game...
  17. Replies
    10
    Views
    880

    hi there, almost, but not quite there! you...

    hi there,

    almost, but not quite there!

    you seem to have managed to make the box go to a frame, and animate whats on that frame, while putting that box.gotoAndStop(2); line inside the function,...
  18. Replies
    10
    Views
    880

    Odd 'gotoAndStop' animation problem

    Hi,

    I've found and odd issue that i've not managed to work around, despite several attempts, and so I've got a .fla that illustrates the problem without any fat.

    If you run it you'll see a red...
  19. Replies
    14
    Views
    833

    gah.. it doesn't work! maximum length of an MC is...

    gah.. it doesn't work! maximum length of an MC is 5000 and something, and i need it way bigger . . . gaaaaaaaaaaaaah!

    :(
  20. Replies
    14
    Views
    833

    hi again, thanks for your feedback, i'd not...

    hi again,

    thanks for your feedback, i'd not thought of doing it that way before but perhaps it could work. you game (chriserrorplain) has a very long level, and you say you did it like this? the...
  21. Replies
    14
    Views
    833

    long scrolling levels

    Hi,

    I'm making a game that has to have really long levels, the reason they need to be so long being that they will pass by the player really quickly, so in order to make them last longer than a...
  22. Replies
    1
    Views
    390

    ok, i've got a follow up.. i've managed to...

    ok, i've got a follow up..

    i've managed to make a function which will put the collider objects in my scene. it'll put as many as i want, when i modify a variable 'tot' in the code i'm about to...
  23. Replies
    1
    Views
    390

    lots of MCs with same behaviour..

    hi,

    i've got a little problem which i'm sure there's a simple solution to, but i just can't figure it out.

    i've got a little game, and i've got several MCs that i want my character to be able...
  24. Replies
    1
    Views
    743

    nobody know if this is possible in flash, or have...

    nobody know if this is possible in flash, or have any links to tutorials on the subject? I've not managed to find anything online that isn't about the pathfinding algorigthm specifically.
  25. Replies
    1
    Views
    743

    waypoint pathfinding system..

    hi hi,

    i've been making a little point and click game on flash, and so far i've got a setup where the character will go to the point you click (directly), and will play an animation to correspond...
Results 1 to 25 of 65
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center