Stuntmanignitionbrad's Forum Posts

  • I'm trying the thing you said about having an ID variable and that stuff. I haven't finished yet, so I hope it will work. Oh, yeah, just so you know, my profile name wasn't supposed to look like it was Stuntman Ignition Brad. It was supposed to be Stuntman Ignition Be Rad, but I couldn't fit that in there.

  • I tried it, but it still doesn't work. Here's what all my events for the healtbar look like:

    Event: Player: on collision with enemy

    Subevent: Healthbar: Animation frame<4 Action: Healthbar:set animation frame to Healthbar.Animationframe+1 Action: System: subtract 1 from Health

    Event: System: Health = 0 Action: Restart layout.

    I don't know if you'll be able to understand that or not. And the Health thing is my global variable. Thanks.

  • Uh, could you explain that by showing my how to do it, like:

    event/action

    and stuff?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Also I'm using the free version and can't use alot of events.

  • The thing is, I have a healthbar where it has four animations of it getting smaller, if you can understand that. I have never actually been able to figure out how to do the healthbar at all, so if you have any ideas, I would appreciate them.

  • I added a healthbar into my 3d game, but I can't figure out how to make it where the layout restarts, or the player respawns at the start of the layout. Also, when I go on a platform above or below the enemy thing that's trying to kill me, and it goes right above or below me, it still takes some of my health off. If anyone can figure out anything I just said, I'd appreciate them replying. Thanks!

  • If your using the normal thing you could try:

    Event: Every tick/ action set camera X to lerp(camera.X, mouse.X, 0.1)

    action set camera Y to lerp(camera.Y, mouse.Y, 0.1)

    The 0.1 at the end is the speed so you can adjust that to whatever you want.

    I don't know if that will work for you or not, but you could just try it!

  • Are you using the regular events thing, or JavaScript?

  • So are you just trying to make it 3d where you can move the camera around with your mouse and stuff, or what?

  • I have totally no clue how to add checkpoints. Anyone else know how?