zenox98's Forum Posts

  • I'm a great believer in using the right tool for the job, and if you really want to make a 2.5D or Isometric game, then C2 is - at it currently stands - is probably not the best candidate for the job, so you will have to expect difficulties, as well as have a much better understanding of coding.

  • Just so we know exactly what you are referring to, could you give an example of a game that has the 8 directional behavior you are interested in?

  • The main problem with hand coding is having to write routines to parse the input. Considering C2 was never initially written with this in mind, I can't imagine what horrors would be involved in adding such functionality.

    I'd much rather Ashley continued to add and enhance the current system.

  • Works fine here also. Running and jumping fine in both directions.

  • What do mean by local? No html5 export can be ran locally due to browser restrictions, and must always be hosted in either your own web server, or offsite in places such as Dropbox.

    Here is the .capx that works for me: https://dl.dropboxusercontent.com/u/34306693/xmlajaxexample.capx

    and here is it working from DropBox:

    https://dl.dropboxusercontent.com/u/34306693/xmlajax/index.html

  • It's because the bookstore.xml is not well formed. You have double quotes everywhere in the file. Just search and replace with single quotes and it works, i.e.

    change <book category=""COOKING"">

    to <book category="COOKING">

  • Gamestyle

    You shouldn't hijack another person's thread with unrelated questions. Please repost as your own thread.

  • Yes, always happens. If it takes more than around 20 seconds to type your reply, then you're foobar'd.

    As far as I'm aware, it's been like this for as long as I can remember.

    If it is the forum at fault, then it's about time it was dumped. It really is just about the worst forum software I have ever seen and used, and I've used early NetWare forums.

  • gbataille

    You may be find THIS thread useful.

    Pixel-by-pixel destructible terrain without plugins. Especially useful is R0j0hound's last example.

  • If you only want friends and family to see your work then just get a free account from DropBox. That's what most of the users on here do.

    That way you can put your exported html projects on DropBox, and provide a public link to only those people you want to see it.

  • What exactly do you mean?

    Are you trying to install C2 on a mobile device, or a game created by C2?

    What do you mean by 'mobile device'?

  • Just use the Arcade.

    There are many demos, prototypes etc posted to the Arcade.

  • So it's working for 75% of people, which would imply there is no bug in C2, so why post here?

    What is really needed is to determine what OS. browsers, GPUs the 25% are trying this on. It's more than likely that they have the problem, such as poor browser, bad GPU drivers, wrong OS, old system, etc.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • No, i'm sorry but this is a pointless suggestion. There is already a section for plugins and just because you cannot find something doesn't justify starting another section.

    I used Google with the 'site:' qualifier and found EaseTween on the first response from the search HERE. As is noted, EaseTween has been retired and replaced .

  • Browser security limits file operations, but are available via Node-Webkit.