Shortcube's Forum Posts

  • 10 posts
  • Perfect guys, thanks ! <3

  • How can I "delete" the left key for a player in a layout, like if I only want him to go to the right, up and down, but he can't go back (left) ?

    Thank you

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Alright I'm getting close, now it's just that the value doesn't follow, but I'll try to figure out how to do it, thanks a lot

  • Hi, it doesn't work, I did "On left arrow pressed, set size to (-Sprite.Width, Sprite.Height) and it's still locked for some reason

  • Here's my problem, at first my sprite was doing the mirror-thing fine, Left arrow and he was going to the left, right arrow and he was going to the right, you got the point.

    But since I did the "Set size to ....", my sprite no longer turns to the left, why's that ? Only the Not Mirrored event works, seems like the Mirrored state is blocked by the Every tick thing

    How can I resolve this ? Thanks

  • Up

  • I have another problem though, before I did the change-size thing, I could have my mirror effect applied for when the Sprite was going to the left, now it's disabled so no mather what I press, it will always face the right and never turn, got any ideas on how to arrange that ?

  • Oh thank you, I won't say no to more options

  • Actually nevermind, my friend managed to do it

    I've put the how-to-do-it as an attachment

  • EDIT : Check the message under to understand my new problem, thanks

    Hi ! I'm trying to do a plateform game, but here's my problem :

    Before entering the pyramid (where all the levels will be in, like an intro), the player will be moving from the left to the right of the screen. I want to create a depth perception effect, for example the sprite initial size is 30x30 and as he goes further to the right, he'll end at a 5x5 size.

    Here's a little drawing I did with paint to help you understand (check the attachment ) :

    IMPORTANT DETAILS :

    • If the player goes to the left, he gain size, like he becomes bigger going to the left and smaller to the right
    • If he keeps going to the right, he can't be under X size, I don't want him to disappear (same for the left)
    • The animation must be gradual and smooth, sexier
    • I'll love for ever the person that will help me

    Thanks

  • 10 posts