Pecek's Recent Forum Activity

  • I see, thank you sir.

  • Im loading my images at runtime, so the unload layout textures function is not an option. This is important because I'm using a lot of big images(1080p), so it fills the memory pretty quickly. Any suggestion?

  • Check if the player and the ladder are overlapping eachother, that will pick the right instance of the ladder.

  • Thank you sir.

  • Sorry for this question, it was definitely answered before, but I did not found a simply yes or no answer.. So, is classic supporting 64bit systems? If it does, then it works completly, or are there any bugs\glitches?

  • As far as I know you can only "freeze" everything(by setting the timescale to 0.0), if you want to freeze just one(or some) object(s) you have to create your own function.

  • You are welcome. Put these inverted events in your sheet and it will work correctly.

    <img src="https://dl.dropbox.com/u/2721498/2stroke/Construct/forum%20help/move_anim.png" border="0" />

  • Sure, create two joints instead of one.

    + System: Start of layout

    -> Sprite: Create hinge to Sprite2 (image point 0) with stiffness 0

    -> Sprite2: Create hinge to Sprite (image point 0) with stiffness 0

  • You just answered your question. If you want to play the "walking right" when you press the up and right buttons, create the event where you set these rules. Something like this:

    + MouseKeyboard: Key Up arrow is down

    + MouseKeyboard: Key Right arrow is down

    + System: OR

    + MouseKeyboard: Key Right arrow is down

    -> Character: Set animation to "WR"

    You should handle the animations in different events than the movements, or this solution will not work correctly of course.

    Note: if you would like to change the controls in the future you will have a lot of trouble, use some pv instead.

    + MouseKeyboard: Key Right arrow is down

    -> Character: Set 'state' to "R"

    + Character: Value 'state' Equal to "R"

    -> Character: Set X to Character.X +1

    This way you only have to change the first event if you want to switch to wasd for example, not the whole sheet.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • really, what the <img src="smileys/smiley35.gif" border="0">

  • wtf

  • That's why the forum for. <img src="smileys/smiley1.gif" border="0" align="middle" />

Pecek's avatar

Pecek

Member since 2 May, 2011

None one is following Pecek yet!

Connect with Pecek

Trophy Case

  • 13-Year Club
  • Email Verified

Progress

14/44
How to earn trophies