R0J0hound's Recent Forum Activity

  • There's these ideas:

    I'll need to check later to update my links.

    The formulas are usually a bit too lengthy to remember.

  • It uses 6.2 or something. It's noted in the first post. That's the latest version that is ported to js.

  • The sdk doesn't provide anything for this. You'd have to make a seperate program that generates/modifies the layout xml files themselves.

  • Three ways come to mind.

    1.

    Positions small sprites around the snails to act as detectors to know the shape of the walls around it. Then have the snail move forward or turn accordingly. May need logic for both directions.

    2.

    Put sprites every spot the snail should turn. And when the snail hits then it stops and turns.

    Here's an example. Tweaking the positions will make it better and it's fairly intuitive to do new levels.

    https://www.dropbox.com/s/4dfaxu2k27hm3 ... .capx?dl=1

    For the other direction just use different sprites.

    3.

    Put sprites right on the spot the snail should turn, and use it as a path to follow. Will require more events but it can be reused for both directions.

    There are other examples elsewhere on the forum if the links still work.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm unable to open the capx.

    The way the canvas/paster split screen example works is they are moved to the point of the layout you want to see and everything is drawn to it. Finally it's moved back to the screen so it can be seen.

    If the game is just vertical scrolling you may be able to not need the canvas at all just position things so they don't move onto the other view. In the case of two independent games just move each player's stuff far enough apart so they don't interfere with each other and use the canvas to make it look splitscreen.

  • Yes, you can. There are actions to move objects in isometric x,y and z, as well as iso collision detection conditions. Look at the examples, the player is basically a projectile.

  • mekonbekon

    Remove the t<1 condition and change the "set t" expression to self.t+dt/leaptime.

  • It should just work. If not then try without the minifier. otherwise I have no idea.

  • The count expression gives the number of that object type. It's documented in the common aces section of the manual.

    A loop checking how many are filled or a variable that you update as you fill the array are both good options. The loop is simple and the variable way while faster will be easier to mess up.

  • Link updated

  • I was under the impression that the c3 sdk doesn't work with plugin's that draw something to the screen yet.

  • I guess you're setting a third text object to the result? Convert the texboxes to numbers, add them together, and set the result of be a str again.

    set textbox3 text to str(int(textbox1.text)+int(textbox2.text))

R0J0hound's avatar

R0J0hound

Member since 15 Jun, 2009

Twitter
R0J0hound has 157 followers

Connect with R0J0hound