raskrial's Forum Posts

  • 8 posts
  • thx a lot !!

    still have a lot to learn about C2 ! :)

  • that's is the point. i dont want the cursor to move arround freely. i've set a menu like combat menu un final fantasy. so basically the selection cursor move from 1 option to another, not all the way around.

    i have hidden the mouse in those menu so there's is only the selection cursor associated to the menu that showing up.

    here's a quick example of the problem :

    FF_menuStyle2.capx

  • hi guyz,

    i'm fairly new to C2 and i'm trying to understand how the controls of he gamepad work. So far i'm doing not too bad except for 1 thing.

    here's an example of what is blocking me :

    as every games, i got some selection menu with cursor. Using the keyboard to move the cursor up and down one options at a time is great, but i couldn't figure the way to do it with gamepad. As the axis goes form -100 to 100, as as soon i'm doing a event with condition greater than or smaller than, the selection cursor is not moving by one, but just moving really fast between options.

    i wish i could find a way so the gamepad axis move the cursor only by one at a time. I've tried some expressions with the rawAxis but still have gin trouble the logic to make it work. :

    thx in advance.

  • try 2 to post the capx file :

    FF_menuStyle.capx

  • Thx ot your help, i was able understand how it work in C2 and to figure out a simplier way to do it.

    here's the .capx ! :)

    enjoy guyz and thx again.

    UPDATE

    ho well,

    my example work great with arrow key, but i'm still trying to figure out how to make it work with gamepad Y axis...

    if i do a compare Axis value, that will move the selection cursor super fast between all selection instead of moving the cursor 1 steps a time.

  • beta version is r128 and stable version is r126.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • can't open your file shinkan, you working with a beta version of C2. i can use only Stable version. :(

  • Hi guyz !

    I was looking arround in the forum but couldn't find the answer to what i was looking for, so i decided to ask ! :)

    i'm trying to make some selection menu, just like combat menu in old final fantasy ( see screenshot reference ), using arrow or gamepad to move the selection cursor from 1 item to another.

    screenshot of final 4 combat menu :

    <img src="http://www.technobuffalo.com/wp-content/uploads/2012/08/Final-Fantasy-V-Screenshot-1.jpg" border="0" />

    if you got any idea how i can manage this kind of menu, could be really appreciated !

    thx a lot !

  • 8 posts