Juanito-cnstrct2's Recent Forum Activity

  • That's correct, my exporter would require all the plugins to rewritten in c#. The main reason I started working in the expoter is that I have a developers apphub account and wanted to see if i could create a simple xna game for xbox/windows phone. Unfortunately, the time i spend working on it is not much, most of time goes to my day job and my family. I will still try to work on it as much as i can.

    so basically, my exporter is for a specific short term goal. Ashley and Scirra made a very wise choice on choosing Html5 because that is the platform that Microsoft is heavily pushing for 2d games. Proof of that is that xna is currently not supported in Windows metro. My guess is that they will push html5 on the next xbox as well and xna will go the way of visualbasic and foxpro ;-)

  • +1 for this request :-)

  • Thank you Ashley! I will try that

  • gonzdevour have you been able to make touch events work on wp7 with phonegap? For the life of me i have not been able to find a way to make them work.

    As someone said above, you can try downloading the windows phone emulator. I also have a wp7 as my personal cell phone and a developer account, so if you want to I can test the app in my cell phone.

  • I updated the room demo to support gamepads. Now you can "look around" using the right joystick in your gamepad and move with the left joystick (if your browser supports your gamepad). A youtube video is

    Subscribe to Construct videos now

    Mine was the same as Velojet:

    Windows 7 - Firefox Nightly

    Gamepad 0 ID: 46d-c216-Logitech Dual Action

    The Y axis of the right joystick is in Axis 5. I had to modify the following line in the Gamepad plugin's runtime file, to have the Y right axis work with my Logitech in Firefox Nightly:

         var win_ff_lda_axes    = [0, 1, 2, 3, [14, 15], 3, 3]; //the last element is now 3, which means the raw axis 5 should be translated to right axis Y

  • j1k i just downloaded the latest version of node.js and i am getting the same error with npm. I think npm install is broken for windows in this version. The only thing i can suggest is to try a previous version (like a month ago) of node.js if you can find one.

  • I love programming, started when I was a kid. First programming language was Logo, to which I was introduced when I was in 1st grade. I knew right then that I wanted to work with computers the rest of my life. Through High School, I learned some basic database and web development. I also enjoyed Klick and Play and made some fun games with it. I went to use MMF after that.

    I have a CS degree and now work for a corporation in Florida as a developer and DBA. My day job consists of writing SQL and C# mainly.

    After using gamemaker for while and Unity3D, I decided to look for a gamemaker that would bring me the fun I had with K&P. I don't remeber exactly how I found Construct 2, but I think it was a Google search for game maker software. So far, I just have some plugins created and working on a XNA exporter.

  • Update: added a "get walls" feature. With this feature, you can read the positions of each wall from a mesh. The wall detection works by scanning the vertices of a mesh and finding any triangle that has 2 vertices whose Y position is equal to a value passed by the user. The positions of those two vertices get stored in an array that you can read from C2. A demo of this feature is included in the zip and you can see it in action here.

    I also added "get node position X,Y,Z" expressions which allows you to get the coordinates of a 3d object. An offset parameter was also added to allow you to set a global position offset (see room sample). I also organized a little bit the actions and expressions into categories.

  • The "doom clone" was made using the copperlicht3d plugin found here.

    There is also a Z sorter based on Y plugin that can help you with isometric graphics.found here

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • j1k : try installing node.js in the default folder. After it is installed, open the CMD, cd to C:\node_modules (create that folder is not present) and run the "npm install socket.io" from there.

  • rexrainbow : AWESOME work!!!

Juanito-cnstrct2's avatar

Juanito-cnstrct2

Member since 26 Apr, 2010

Twitter
Juanito-cnstrct2 has 1 followers

Trophy Case

  • 14-Year Club
  • Email Verified

Progress

15/44
How to earn trophies