rfisher's Forum Posts

  • Well I know i can use RexRainbow's plugin and I could also set the time scale to 0. But my problem is regarding a custom "bounce" behavior i made which doesn't pause in both cases. I would like to fix/modify my behavior and have it work with the time scale, i just need to know what variable do i have to work with and what is the concept of using time scale in a behavior?

  • Ashley and kiyoshi

    I just bought a iMac and was messing around with xcode and thought about this idea. Didn't realize that its already being done, sortof.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • What are the chances that its possible to create a game in C2 and then convert the javascript to objective c and then compile for IOS?

  • well after moving the events 3-12 out of the "on start of layout" the problem goes away. I don't know if could be considered a bug or just a bad programming methodology on my part.

  • <img src="http://www.fishertextiles.com/r100-2.png" border="0" />

    The group variable gets set on startup and is based on the object location also using a "for each". I have not checked to see if the first "for each" is working correctly.

  • <img src="http://www.fishertextiles.com/r100.png" border="0" />

    The following image shows events that worked as written and for some reason don't after running the code in r100. When i say don't run, i mean the "for each" loop doesn't increment found1 or found3 even though there are 7 sprite5 blocks for each group.

    I have not posted in the bug forum with this issue since i have not included a capx. I can include the capx but i'm using 4 unreleased behaviors. so if that is the only way i will gladly do so.

  • I'm sure there is more to 0plus1's tutorial, but i'm going to try the following to see the results.

    phonegap IOS

  • DeMayunn

    I did not see that, i'm going to take a look at the code.

    Thanks.

  • With easyWebSocket.min.js minified like it is, its going to be hard to customize the code into a plugin.

  • True and i'm sorry for posting here, i will create a new post about what am doing if you like.

    Also my demo is now working, i had to port forward to the server port from my router to make it work.

  • DeMayunn

    I just got that to, i think i need to restart the server. I let you know when you can try it again.

  • DeMayunn

    I tried on 2 different computers using chrome and also on my iphone 4s and they all worked. I know it doesn't work with IE9.

    All this demo does is echo what you type in, but the function of the server can be changed to do anything.

  • I got the javascript client and php server running and the following show it working.

    demo

    It would be easy to make this into a working plugin, i just need to know what information is wanted. Like player position and enemy postion is what i currently thinking of.

  • I'm working on implementing the following PHP Websocket code as a plugin because i want a PHP server and a javascript client.

  • The chat demo didn't work for IE9. I thought it worked with all browsers according to the website ("You don't want to worry about browser compatiblity").