procrastinator's Forum Posts

  • I started playing around with Construct for the first time in a long today earlier this evening.

    I can't believe I forgot how much I loved it.

    That's like forgetting how much you loved your girlfriend / wife. Unforgivable! Now you need to buy the devs a huge sparkling diamond ring to fund further development!

    Did you know development was on hold until you came back?

  • Can you explain exactly what you want? Setting up formations seems simple to me in the layout editor.. or do you need something else?

  • Never tried but can't you just use -

    +Every xxx millisecs

    +Trigger once while true

    ........................

    ?

  • Wow nice! Screw the release.. I mean it's nice that I'm 2nd to reply! jk! Fixes and features sound good to me... can't wait to check it out!

  • Construct is the best app there is for prototyping. For full games, it's a little bit more work...

    Congrats on your release!

  • I reduce my bribe to $50 for schools or not-for-profits, but otherwise it's $100. Looks like you might have to let a legit vote happen

    Your numeric keys are screwed man! They keep adding one or two 0's!

    How about... if I win, everyone who enters the compo should donate $2 to the devs? Otherwise I'll donate $1! It's a win-win for you but more win if I win!

  • > Djordhan, I was joking about an avatar!!! jk

    >

    So if I understand, double negation, you weren't joking about the avatar ? Or you're joking you're joking you were joking about the avatar ?

    haha aye I was joking about joking about the avatar!

    In other words, an avatar is guaranteed to the winner! or the runner up *cough*

    Sorry! Unfortunately I only take bribes over $100.

    Damn you devs are expensive! Or did you typo those two 0s?

  • Djordhan, I was joking about an avatar!!! jk

    Remember to add, "if Ashley doesn't accept proc's $2 bribe, then the winner will get the avatar, otherwise the runner up will"

  • Does it mean "No man's land" more like Limbo?

    I'll quote from the OP "your own interpretation of No man's land." Could be Limbo

  • > deadeye: I love the face of this square guy Must be some pain to design those levels, right?

    > Hope you finish it

    >

    Thanks, and yeah it is kind of a pain. I need a level editor that rotates

    Doesn't your monitor rotate? Just thinking waaay outside the box ;p

  • pyteo should stop working on anything else and finish that damn fine looking shooter! pyteo, you certainly know your colours. Nice screenie.

  • I'll add an additional "prize" (if you want to call it that).. I'll draw you your own personal avatar for these forums up to a size of 100x100 (not animated - see after closing bracket why) to get over my procrastinating. If I enter and *win (ahem) then woohoo I can draw myself a new avetahr! Nah I'll draw the runner up's of course....

    *Obviously I will win 'cause I'll just pay Djordhan $2 to let me win!! Oh wait it's based on votes? $2 coming your way Ashley!

  • I did update the cap but noticed yours was saved in an earlier version so here's some code instead (only replace the collision event, I only added the private variable test so you could recognise where I mean)....

    Replace...

    On collision between enemy1 and terrain

    enemy1: Value 'Right' Equal to 1

    On collision between enemy1 and terrain

    enemy1: Value 'Left' Equal to 1

    WITH

    enemy1: overlaps Terrain : offset(2,0)

    enemy1: Value 'Right' Equal to 1

    enemy1: overlaps Terrain : offset(-2,0)

    enemy1: Value 'Left' Equal to 1

  • Sagal, anything above 5% vol. would blow your poor mind ;p

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Seems to fix my pool balls from flying off in all directions at startup! Cheers Lucid!