Gypopothomas's Forum Posts

  • Aha! Makes perfect sense. I'm still a bit of a noob with C2, thanks for the help!

  • Hey. I've used tiled backgrounds for everything else in my game, but I don't think I can do the same for these moving platforms I've set up with sine movements.

    Just wondering if anyone can tell me to best way to get some graphics on these. There are a few different shapes n' sizes, so I was hoping I could tile a texture on them.

    Can anyone help? Thanks.

  • Hey. Got a room with loads of moving platforms with different sine timers on them. The room works fine on my PC, but the framerate's a bit lower on my work PC n' the timing of the sine platforms makes the room impossible to beat.

    I've just started reading up about framerate independent things, butI thought sine movements were independent anyway. Is it a framerate problem or would it be something else? Anyone got any ideas?

    Thanks.

  • The subject pretty much sums my thread up. I've tried the game on Chrome and IE n' the sprite fonts show up okay, just not Firefox. Is this a well known problem with FF, or have I messed something up somewhere? My sprite fonts are 7x7px if that helps narrow down the problem.

  • XpMonster. You are a CHAMPION! Thanks!

  • Thanks for the help, Lordshiva. Don't think that'd work in my game though, the player has to be able to walk on the blocks and interact with them like a wall.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey. I followed a tutorial for this on the main site https://www.scirra.com/tutorials/601/pl ... ing-blocks, but cannae get it working right. I have everything copied except the on-screen bit. Instead of the platforms crushing the player, he teleports away from harm. There must be a wee setting somewhere I'm missing. Can anyone help?

  • That's excellent, guys. Thanks!

  • Hey. Trying to get a pause working here. Was following a simple tutorial n' everythign works just fine, but only if I use a different button to unpause. If I use the same button, the pause doesn't work. Can anyone help? Thanks.

    Here's my horrible hacked together attempt.

  • I had it as part of some event, it must have been repeating with each tick. Stuck it in its own event n' that sorted everything. Thanks for the help!

  • Hey. I've set the camera to shake for magnitude 0.5 and duration 0.5, on reducing magnitude. But it shakes for a few seconds no matter what I set these options to.

    Can anyone help me out with this one? Thanks.

  • Thanks, guys. I'll give it a go.

  • Hey. Been trying to figure this one out for a while, but I'm stumped. I can get the enemy to speed up when he sees the player, but I can't get him to resume his normal speed when they player gets outta his view. I didn't like using the line of sight function 'cause, from what I understand, it's a circle around the enemy, so he's gonna spot the player even with his back turned.

    Can anyone help?

    Here's how I have it set up. I'm probably going the wrong way about this, but I'm making this up as I go.

  • Thanks much, guys. I'll give it a go.

  • Hey. I have breakable blocks that play a smack sound when hit, if a few of them are hit at the same time, it plays all the sounds together, comes out really loud. Is there any way to limit only instance of that sound at a time?