Can't change *animation* angle of a physics object?

This forum is currently in read-only mode.
From the Asset Store
This is a single chapter from the "Construct Starter Kit Collection". It is the Student Workbook for its Workshop.
  • Let's say I have a physics box with rotation turned off. when it's X velocity is less than -1, I want it to face left, and the opposite for right.

    "Set angle" doesn't cut it here, any other ideas?

    I know I could slap another sprite on top of it to handle the animations, but what if I want several instances of the same box? how do I attach an individual (but the same) "skin" to each of those boxes?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • To make the skin work with multiple objects you would basically do what I did below.

    [quote:2axusa5m]+ On left mouse button clicked

    - System: Create object box

    - System: Create object skin

    - box: set 'attach' to random(1000000)

    - skin: set 'attach' to box.value('attach')

    + skin.value('attach') equal to box.value('attach')

    - skin: set position to object 'box'

    And that's basically all there is to it. Hope that helps.

  • Thanks! that doesn't work 100% on my end (due to it conflicting with other events), but it does give me an idea how to work it out.

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