morex's Forum Posts

  • Hi,

    Sorry, Still I can't make it to work.

    Here is the C2 file that I am currently working on.

    https://dl.dropboxusercontent.com/u/519 ... dcloud.zip

    What I want to achieve is when I input a word, it will also appear on the other browser and vice-versa.

  • Hi Gumshoe2099,

    I tried Nodejs but I am not that good.

    Here's my server code below.

    My problem is that, when I send data to server, I can't get back the data back but it will display in console.

    Any idea?

    var WebSocketServer = require('ws').Server

    , wss = new WebSocketServer({port: 8080});

    wss.on('connection', function(ws) {

    ws.on('message', function(message) {

    console.log('received: %s', message);

    });

    ws.send('something');

    });

  • Hi,

    How do I make a WORD CLOUD a real time to other users?

    Here is my sample created using Construct 2.

    https://dl.dropboxusercontent.com/u/519 ... index.html

    When I input a word, it will fall down.

    If other user input a WORD, I can also see the word in real time and save all in an xml or database for future viewing.

    I'm thinking of Node.js but I my knowledge is limited.

    Thanks for any information.

  • Can the Construct 2 Genius Ashley able to help this?

  • Thanks Sol. I need an example within Construct 2.

  • Hello,

    What is the best way to append data into XML in Construct 2 and Load it back?

    My Construct 2 application will generate XML file daily based on user inputs and user will be able to load the xml data.

    It is simply READ and WRITE method.

    Thanks for any information.

    Regards,

  • Thanks rf900 and Appreciated.

  • Hi,

    How to change the frame of two objects when it collides each other?

    Thanks.

  • Hi,

    Is there any solution yet for responsive html?

    I am also looking for a solution on C2 to make the content responsive but not the canvas.

    But I think games for e-learning is not necessary to have it responsive as there are a lot of elements to control.

    What I am looking is a template based to create pages for web/e-learning content and make it responsive or reflow.

    If C2 has all of these features then C2 is the complete software in the market for HTML 5 game and even for e-Learning development.

    Regards,

    rex

  • Hi,

    My solution for this is to add the events into a GROUP.

    Let say, Object 1 is in Group1, Object 2 is in Group2 etc.

    If you want to make Object 1 unclickable, set Group1 as Disabled.

    Same thing on Group2. You only need to enable when needed.

    Hope this helps.

  • Hi REDVWIN,

    That should work!

    Thanks a lot. Appreciated your quick response.

  • Hi Constructors,

    Is there a way to disable a graphics button from a click event?

    Currently, the button has a function to do a specific task and I want it to disable in a certain time. I tried having a button on top, both buttons are still working when the top button is being clicked.

    Thanks and regards,

    rex

  • Hi Dytiscus,

    How's your crossword puzzle game? Have you implemented it using Construct 2?

  • Hi Constructor,

    Is there a way I can play a video and grab some facebook friends photo and to integrate in the video. Let say before the video plays, I will setup a casts where I will choose facebook friends to be part of the video. The when I play the video, photos of my Facebook friends will be part of the video. Is this possible? How could I do this?

    Regards,

    morex

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hi,

    Can you show me what is FormatDecimal function?

    thanks.