LaurenceBedford's Forum Posts

  • thanks bigkemp

  • 1 question how did you get a leaderboard?

  • *save

  • Hi guys does anyone else have the problem of opening a big project that's well over 40 events but construct 3 wont let me add any events but then when i ave it i cant re open it in construct 2 its extremely annoying

  • thank you I'm currently using 8 direction for my players movement and then I'm going to pin the arrow of the compass to the middle of the compass and then set it every tick set angle to player x player y

  • no

  • Hi guys im making an rpg and in the quest dialogue it says go west so i was wondering how to have a compass sprite that actually works that will point in the direction the player is going.

  • yep that's possible m8 for the tap events you need a variable called tap and then add the object touch and have and event that every time the player taps add 1 to the variable touch and then when it = 3 player play animation and set the variable touch to 0

  • Hey everyone, i'm new at making games.As the subject says, i'm looking for an easy to use pixel art making program.

    I also would like to ask, what do you use and why? Are any out there that are free and meets the requirements?

    Thank you

    I would use piskel http://www.piskelapp.com/ but if you get really professonal you can buy software etc I use piskel because you can write your own code to add stuff like an undo button for when you make a mistake drawing etc <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

  • You do not have permission to view this post

  • Guys look at Ashleys example with only 1 line of cod its so much easier and it looks better!

  • Is there a way to duplicate sprites/objects? I can't seem to find anything.

    When I try ctrl + c it say's the browser has blocked my attempt to copy data.

    click on an object you want to duplicate hold alt and it it should come up with a list of options and click clone object type then it will create another object in the objects bar and you just need to drag it on to the layout.

    Could you guys add a special sign in for schools and then this access is a live preview but the preview alo ws students to type the https on a bar in construct 3 and it allows them to connect to the project and edit it aswell a bit like google docs where other users can go on 1

  • Will you be giving out the capx for this?

  • Hi guys, i started using Construct 2 this year, and i need some help!

    I'm trying to make my character immune to damage for a while ( like when you pick up the mario star)

    but it doesn't work

    I have tried disabling the collision for a short period of time, but my character life still drops when a bullet hits him

    How can i make my character invincible for a while??Like, his life wont drop after picking up a specific item, for a short period of time (like 4 seconds of invincibility)

    Thanks for the attention, sorry for my bad english :/

    To do this you need to create a variable called invincible and on your events where it will decide wether the player has been hit add a sub event saying if invincible = 0 subtract 1 from lives and when the player equips the invincible power up that lasts for lets say 15 seconds add to the event sheet player on collision with invinciblepowerupobject add 1 to invincible set object invinciblepowerupobject invisible wait 15 secs set invincible to 0

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads