How to kick moving Enemy Actor

Hello Everyone, I am new to Gamesalad
I am making a small iphone game in which the iam unable to make hero actor has to kick the enemy actor so the enemy will destroy.
the hero actor will move left and right and should kick the enemy actor (the enemy's will be looping left and right)..i did every thing but i am unable to hit the enemy..

If any one knows or have a tutorial on this please message me that will be a great full help to me.

Thanks
Kumar

Answers

  • Simple AppsSimple Apps Member Posts: 158

    Sorry my english is poor ....

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    Gamesalad can take sometime to learn. It's even more difficult for non-English speaking people, as most tutorials are in english. But I would suggest watching my GS logic series. It teaches you how to code in GS. Get a basic understanding of logic.

  • Simple AppsSimple Apps Member Posts: 158

    @ The_Gamesalad_Guru
    Thanks for your comment
    a learned a bit of Game Salad i felt it was really nice and easy.
    I just want to know how a hero actor will LEG-kick a walking enemy actor.
    both hero and enemy are humanoid charecters.

    PLease msg me if u know or if u have a video regarding this ..

    Thanks

    Kumar

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    What your asking can't be answered in a post. You need more prep on learning the software. There are a tons of variables in what you're asking.

  • Simple AppsSimple Apps Member Posts: 158

    @The_Gamesalad_Guru
    Hi Thanks for your comment...I think u did not get my point... i already finished the game almost.... the hero will move left and right
    the enemies will be looping left and right .....only thing i did not do was...hitting the enemies
    the hero should destroy when enemy hits/collides
    but when hero kicks enemy the enemies should destroy

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    Well then you need to record or track in a game level variable when your player is kicking and have a rule in you enemy like this.

    When game.kick is true. Actor overlaps and collides with player

    Destroy actor

    Pretty basic logic.

  • Simple AppsSimple Apps Member Posts: 158

    @ The_Gamesalad_Guru
    Thank u very much ,,,yes its pretty simple ...Got it...I was thinking of constraining and made it complicated..

    Thanks a lot...

  • HopscotchHopscotch Member, PRO Posts: 2,782
    edited September 2014

    Sorry but the topic description right next to your avatar is too much.

    :)

  • Simple AppsSimple Apps Member Posts: 158

    @‌ Hopscotch
    Hi Hopscotch....I am new to Game salad..but i have some pretty good knowledge on programming and designing a game ...

Sign In or Register to comment.