LittleStain's Recent Forum Activity

  • Why not create the maze on it's own layer and rotate that layer?

  • Have you tried disabling ALL events in which your family members are present?

    All animations, rotations, movements, collisions, etcetera?

    fps drops usually have more to do with rendering the graphics than anything else.

    Did you optimize your graphics? Are there many calculations required for the graphics to be rendered?

  • By the way, your is within degrees won't work anyway for your sprite2 isn't rotated anywhere.

    Anyway, there is no need to make a mirrored walkanimation unless it will be completely different from the non-mirrored. Within C2 either the mirroring is done automatic or you can just set your sprite mirrored when the direction of movement changes.

  • Your "Sprite2 within 0 degrees of 180" event hasn't got any actions attached to it, so it does nothing.

    You probably want to put the events below it as subevents of this event.

    These are very very basic things you'd learn if you follow the tutorials.

    Right now there are two events for on down arrow pressed overwriting eachother. so only the last one is called.

  • Set the background layer to parallax 0,0 and replace the system set layout angle action with sytem set layer angle.

  • It is usually not the same when you do something completely different.

    Turning of the behaviour doesn't stop the events you have set up to check for collisions.

    Outside of layout probably won't work, because your family members are most likely on the layout.

    Using grouped events or adding the conditions to check if your familymembers are within a certain distance from the viewport edges, would probably be your best choice.

  • Which of the events I described above don't you understand?

  • give the sprite a variable

    • on a touched add 1 to variable
    • on b touched subtract 1 from variable
    • if variable = -1 - set variable to 5
    • if variable = 6 - set variable to 0
    • sprite set animationframe to variable
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Put all events concerning your offscreen sprites in a group and activate the group when the x of the sprite is less than viewportright+50 and more than viewportleft-50. trigger this once while true and also do the deactivating for the opposite.

  • Did you read This tutorial ?

  • I guess you are using a variable to keep your score, so then it would be:

    If Score > (the certain level) - create sprite at random spawn point.

    use a trigger once to make sure the sprite isn't created every tick.

  • Found this for you in the FAQ-thread:

    Drag and drop avoid overlapping

LittleStain's avatar

LittleStain

Member since 26 Apr, 2011

Twitter
LittleStain has 4 followers

Trophy Case

  • 13-Year Club
  • Email Verified

Progress

14/44
How to earn trophies