Taurian's Recent Forum Activity

  • You could try disabling the solid behavior on the solid objects.

    The object originally didn't have the "solid" behavior, it had the bullet behavior.

    So I added the solid behavior and at the right time fired off the action "Set Solid Disabled"

    But no luck, it still runs into solids.

    It's the bullet behavior and it's "Bounce off Solids" parameter.

    How do I turn that one off?

  • I'm having this same problem. I add the combobox and when the layout starts, add values. But I can't Click the box, or select it or anything.

    ???

  • Hello,

    I'm trying to turn off the "Bounce off Solids" parameter via an event. It's like it's missing that option. I can set everything else, like gravity, and speed, but not this option.

    Or maybe i'm missing it somewhere.

    Can you help?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • <img src="http://images.fungopher.com/C/s/T/CsTjTzofb/Funny-Animals-I-give-up-I-m-too-tired-to-argue.jpg" border="0" />

    Post a .capx

  • hah - Success

    24 Points, i'm not sure at what point this would be a problem for an iPad... and when there are over 30 objects on screen.

    Well one problem at a time.

    <img src="http://i46.tinypic.com/fau0cg.jpg" border="0" />

  • SocketIO doesn't connect via http, try using a ip address instead.

    I also think the default port is 8099 and not 80(http).

    When you get the black screen of death fixed, post a capx.

  • <img src="http://i47.tinypic.com/2sao4nk.jpg" border="0" />

    Anyone have any tips on how to keep objects bounded on the water and not on land?

    Thanks,

    -T

  • This is exactly what I was looking for:

    http://www.scirra.com/forum/topic48197_post331906.html#331906

  • This is just what I was needing. Amazing!

  • By select I mean mouse over each roster item and click. I'm not sure you can do that in an Array, Destitute.

    And I'm not sure you can do that with content in a text box, even if each name is separated by a "NewLine" command.

  • Anyone have any tips on how to create a list of items like a Chat Room roster and be able to "Select" each roster item? So you can do something with it later? Maybe an event where you can append a roster item.

    Just imagine a roster, and you can mouse over each user. Like in the C2 IRC Chat Room, but in Construct 2.

    Maybe this is possible somehow with the textbox.

  • This is great stuff Juantar.

    Would you be willing to show how to incorporate "Rooms" with SocketIO.

    See here(SocketIO Readme):

    ### Rooms

    Sometimes you want to put certain sockets in the same room, so that it's easy to broadcast to all of them together.

    Think of this as built-in channels for sockets. Sockets `join` and `leave` rooms in each socket.

    #### Server side

    js

    var io = require('socket.io').listen(80);

    io.sockets.on('connection', function (socket) {

    socket.join('justin bieber fans');

    socket.broadcast.to('justin bieber fans').emit('new fan');

    io.sockets.in('rammstein fans').emit('new non-fan');

    });

Taurian's avatar

Taurian

Member since 11 May, 2012

None one is following Taurian yet!

Connect with Taurian

Trophy Case

  • 12-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Email Verified

Progress

15/44
How to earn trophies