procrastinator's Recent Forum Activity

  • Never liked it back in the day, and don't like it now. CC / C2 all the way!

  • Ah thought he was just asking if it was Construct's. Yeah it's OLD haha

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • danny, some decent tracks there. Bookmarked!

    harrio, BoC are awesome. Haven't listened to them in a while though. Been listening to a bit of good old dub for a change..

    Subscribe to Construct videos now
  • It's not as intuitive as Spriter, but seems to have more features.

  • damainman, sweet Space Harrier example. You got much further than I did. I get bored easily ;p Looking forward to seeing this when you're done!

  • No problem. Hope it helps.

    BTW anyone help with this?

    In the example above I had to convert the keycode to a character using a string to hold the alphabet. I'm looking for something like chr() from the real coding world. While doing that example, I couldn't find anything... is there such a thing in C2?

  • You don't want car behaviour for this kind of thing.

    Read this - Kyatric's Asteroids

  • wretchedshark, I'm not sure tbh. You'd have to ask rex himself.

    Rory, ok I did some playing around, and without using MoveTo plugin, if you set it up like..

    (USING 128x128 tile)

    Every 1.0 Second

    create tile at 639,440

    tile.X = tile.X - 127 *dt

    ---------------------

    Every 0.5 seconds

    create tile 639, 440

    Every Tick

    tile.X = tile.X - 254 *dt

    --------------------

    The tile movement per second should be 1 less than the tile width. So in the 2nd example, (128 - 1) * 2 = 254... and so on. I have pixel rounding turned on btw.

    Still has the odd gap if something happens in the background, like moving the window around. Seems MoveTo plugin is the same. Was perfect for the slots game I did, but I guess I wasn't moving things too fast.

    Only alternative, is using TileBackground and setting the width. When the width gets too big for your liking, create another TileBackground. At least you decrease the amount of gaps you could have with individual tiles.

  • Imagine you have a platform game with many enemies that have their own movement and attack styles. You'd have to copy / paste the enemies' code into each event sheet for each level. After creating 10 levels, what if a bug arises with an enemy? Or you want to add another enemy? You'd have to go through all 10 event sheets.

    By having all the enemies in 1 event sheet that you "include" in each level's event sheet, you only have to change or add things in one place and it carries across to all event sheets that include it.

    Plus it's easier to read.

  • You mean, creating a new tile offscreen at the end of the last tile? If so, then yeah, that's where MoveTo worked for me.

    I was doing a slots game and needed each reel segment to be created before it came into sight. I had terrible gaps.. tried everything. Then thought I'd have a go with MoveTo and it worked perfectly! No more gaps ever. ;)

  • Yeah I love the rain too. Very nice site.

    I have some soundscape mp3s with rain and thunderstorms, but they're not as good as that site's. Cheers for that!

  • I had this problem and using integer variable didn't fix it for me. Use rex's MoveTo behaviour.. worked perfectly and got rid of the gaps. Plus it's framerate independent.

procrastinator's avatar

procrastinator

Member since 29 Dec, 2008

None one is following procrastinator yet!

Connect with procrastinator

Trophy Case

  • 15-Year Club
  • Email Verified

Progress

16/44
How to earn trophies