A Flash Developer Resource Site

Search:

Type: Posts; User: ishiaru

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,514

    I am extremely grateful. Bye and enjoy your...

    I am extremely grateful. Bye and enjoy your evening!
  2. Replies
    6
    Views
    1,514

    Here is everything that's required for analysis....

    Here is everything that's required for analysis. Hope you can help !!


    package {

    import flash.display.MovieClip;
    import flash.events.Event;
    import flash.events.KeyboardEvent;
    import...
  3. Replies
    6
    Views
    1,514

    The Map Movieclip that contains both the Hero and...

    The Map Movieclip that contains both the Hero and the Enemy is where the _punch is being added.
    That is my exact code.
    The Enemy has the instance name of "Sheep"
    How then, do I access the punch?...
  4. Replies
    6
    Views
    1,514

    Help with hitting enemy

    My Hero and Enemy are in the same movieclip.

    The Hero adds a punch movieclip like this:
    parent.addChild(_punch);
    _punch.x = this.x;
    _punch.y = this.y;

    How do I detect the punch hitTest with...
  5. Replies
    4
    Views
    572

    alrite man thanks a lot i'll definitly take your...

    alrite man thanks a lot i'll definitly take your responses into consideration
    youve been very helpful :)

    although i am still quite unsure on how to optimize this project, is there anyone else...
  6. Replies
    4
    Views
    572

    Hmm thanks I could try to incorporate that method...

    Hmm thanks I could try to incorporate that method somehow...I'm just really not sure how
    :P
    Could anyone suggest a different method, or explain the method above?
    Thanks!!!!!!!!
  7. Replies
    4
    Views
    572

    Advanced health bar help please!!

    Hey guys what's up
    I am currently working on a project where the length of the Hero's Health Bar increases as it levels up
    How could this be achieved?

    Also what I'm really looking for is that...
  8. as2 to as3 Migration help...easy question!

    Hey guys, first of I would like to apologize if this question has been already answered

    I need help translating this follow AS2 code:

    onClipEvent(load){
    var speed = 5;
    var jump = 10;
    var...
  9. as2 to as3 Migration help...easy question!

    Hey guys, first of I would like to apologize if this question has been already answered

    I need help translating this follow AS2 code:

    onClipEvent(enterFrame){
    if(Key.isDown(Key.LEFT)){
    ...
  10. Replies
    4
    Views
    581

    CS3 buuuuump

    buuuuump
  11. Replies
    4
    Views
    581

    CS3 AS2 by the way

    AS2
    by the way
  12. Replies
    4
    Views
    581

    CS3 Need help with fighting game

    Let's say I make a guy that is able to punch.
    I give the guy 5 different animations of him punching.
    How do I make it so when I press the punch button, the guy randomly chooses one of those punch...
Results 1 to 12 of 12




Click Here to Expand Forum to Full Width

HTML5 Development Center