aquadijoib's Forum Posts

  • Hi,

    I just tried to push a new value in front of an array. The array is 3 dimensional and I want to add a new value at the front of the X axis and at a specific Y and Z index.

    But the Push action only uses 1 axis.

    How do I use the Push function in that case?

    Thanks for any help!

  • R0J0hound,

    Ok I'll take a look at that.

    Thanks for your help!

  • Anyone?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You should be able to do this by using the multiplayer plugin. You would have to use a signalling server (You can use the Scirra signalling server for free) and connect the apps with each other. Then you can sync objects and send other data. I don't know very much about the multiplayer plugin but you can learn how it works here: https://www.scirra.com/tutorials/892/mu ... 1-concepts .

    I hope this helps! <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

  • I think you can just place invisible sprites around the track. Then you use the behavior solid so that the cars can't drive over them.

    I hope this helps!

  • zs85,

    I can be wrong if you mean something specific but I think there is nothing against making that kind of game in construct 2.

  • Hi,

    I would like to edit the list plugin because i need icons and maybe even some custom textures in there. Is there a way to do this? I think it is possible to do it with css files but I have no idea how to.

    Thanks!

  • oosyrag,

    Thanks for your reply! Now would it be possible to put all the objects into a family and move them up and down when scrolling? How would I prevent the menu from scrolling offscreen?

    Thanks again!

  • Hi,

    I want to add a menu to my game that has the ability to scroll. My idea is to put all the elements of the menu on a layer and make the layer able to scroll. But I don't know how to scroll only one layer. Any ideas?

    Thanks!

  • If you want to create an object below another you just have to go higher on the Z axis. So if you want to create an object "object" 50 pixels below "object2":

    Create object "object" X: object2.X Y: object2.Y+50

    I hope that helps!

  • I don't know much about this but I think you should use the AJAX plugin to send and request the data from a web server.

  • Also I mean a Scrolldown list. I have the idea to put the elements of the list on an extra layer behind a frame so that this layer can scroll. I have to test that out.

    Thanks!

  • Anyone?

  • bloodshot I'm glad it helped! I'm currently working on the crafting system for my game. I created a thread for that here on the forum. Also when the game is in a more finished state I would love to send a version to you for testing!

  • Hi,

    I would like to make a custom dropdown list as a crafting menu for my game. It should be able to read data from an XML or similar to get the crafting requirements and what the product is. It should look like the menu in Adventure Capitalist (http://i.imgur.com/uXf5sxp.jpg).

    Thanks! <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">