Pls help im noobie :c

0 favourites
  • 3 posts
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • Hello people im Lucas from chile im studing VideoGames Designer

    and i am working on construct 2 but i dont really know some things

    for example im trying to make a Player who can change sprite and behaviors if i press a key

    now i just know how to change animation.

    for example im trying to make a player who can change they form to like ( money = big jumps ) (tiger = meele attack) and this things i know if i try to make monkey behavrios (platform behavior) i need to change his Jump strenght to "800" (for example)....

    so i dont know how if i press a key the behaviors can change

    PLS HELP!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • You mean change animation not behavior.

    Make a global variable, name it any thing, for example "act"

    Make event like this:

    System - every tic

    (Sub event) Act = 1 ------------- set player animation to monkey

    set jump strength to xxx

    etc........

    (Sub event) Act = 2 ------------- set player animation to cat

    set jump strength to xxx

    etc........

    ------------------

    And make this event

    When space key pressed set global act to 1

    When x key pressed set global act to 2

    Etc............

  • You mean change animation not behavior.

    Make a global variable, name it any thing, for example "act"

    Make event like this:

    System - every tic

    (Sub event) Act = 1 ------------- set player animation to monkey

    set jump strength to xxx

    etc........

    (Sub event) Act = 2 ------------- set player animation to cat

    set jump strength to xxx

    etc........

    ------------------

    And make this event

    When space key pressed set global act to 1

    When x key pressed set global act to 2

    Etc............

    OMG! thanks man i love you ! thanks a lot!!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)