briggybros's Recent Forum Activity

  • 1. create an event every tick

    2. add a condition "Object is in touch"

    3. add the event Platform:SimulateControl(Jumping)

  • Try every tick, check if the button is being touched then call the same action.

  • see

  • How are you making the character turn, just using set angle towards mouse? If so you can create a sprite of the mouse and hide the real mouse to give the effect.

  • Do you spawn these objects randomly when you first load them?

    Are they set to be global objects in their properties?

  • It is possible with just the browser object. See the attached capx. Take note that the text boxes have their id set to 'text1' and 'text2' which allows them to be referenced by javascript outside the game.

  • Ashley not hard to check the focus of an element in Javascript, could it not be added?

  • A little trick I find which I seem to use all the time. Since global variables are either int or text, to store a boolean use int and toggle with setvalue(variable = 0 ? 1 : 0). I've used this before C2 but I really like it.

  • I think that organisation is important. Grouping is very helpful and I basically use it for anything that is bigger than an example I whip up for someone.

    On that note, functions, grouping and callbacks. When I first started with Construct classic (seems like a long time now) I was really frustrated by having to repeating events when a function could have been used. I don't know to this day if classic had the ability to do functions, I haven't looked back. Finding out ways to better organise and abstract the event sheet are what I find really useful.

  • Yes, I use a layer and hide it when not needed.

    If you want to use your original method, that can also work though.

    What I mean is that, you keep a global variable set to the level the player is on. Then when you go to the save layout, and the back button is pressed, you can send them to the last game layout based on that variable.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • So when the plane hits the object toggle a variable to signal that it is dead. When generating the collectables, check that the plane is not dead before spawning.

  • variable 'rot' = 0

    variable 'speed' = X

    every tick: Add to 'rot' -> 'speed'

    Point.X = sin(rot) * radius

    Point.Y = cos(rot) * radius

briggybros's avatar

briggybros

Member since 7 Mar, 2011

None one is following briggybros yet!

Connect with briggybros

Trophy Case

  • 13-Year Club
  • Email Verified

Progress

14/44
How to earn trophies