jayderyu's Forum Posts

  • I like LiteTween better than Rex's plugin. However I agree that having a basic Tween Plugin with motion options seems game api abc's. And C2 doesn't have one. I'm always one to say hey, do it your self. But there is just a point on the 101 level that it seems it should be in the engine.

    Though again. I think Lunarray's LiteTween should be the candidate for official status... with some touch ups to fit in with the C2 style of use.

  • Requested.... 2 years ago. I agree. A mixed family would would only contain basic information and not inherited specifics.

  • xoros

    I've been asking for Modularity for some time now. This would be in a fashion that a CAPX can be "included" similar to an event sheet. This would have all the objects in the CAPX listed in the Projects Objects with all ES/Layouts/Objects shown in a spcial directory. Better on top would also be public and private while also giving Function accessible from the CAPX.

    Modularity is wanted. Personally especially in a way that's easy to move things over, but also packaged so that other developers can right libraries in CAPX form. So that updating the CAPX also updates the library. I find just copying ES/Objects over aren't good for lib updates.

    It think it's been about 2.5 years now on the request list I'm sure it will come sooner or later.

  • Here you go

    var = "string" & 1337

    C2 uses "&" for concatenation rather than "+"

  • if it's apackaged app. the data will remain until the app cache is cleared.

  • I'm sorry. i can't help. I just did a recent purge of most of my Rex plugins. But some one else maybe

  • There is spline plugin in the 3rd party plugins. You should check that outl.

  • How about posting the capx. So we can see what and how it's created. I'm curios.

  • you could try

    string path = "D:\Games..........\Fusion.exe - Fullscreen"

    path = path & " 'sonic.smc' "

    execute path

    I found that it's possible to embed qoutes by playing around with strings with concatenation.

  • http://docs.oracle.com/javase/tutorial/ ... gning.html

    Better than any summary I can give.

  • Photoshop. the entire photoshop suite of software. Though you will some that go outside PS. The majority use Photoshop. For 2d that is.

    However. I suggest going to Amazon to get Manga Studio for cheap.

    I've used Inkscape. Paint.net, Gimp and a few others. But by hands down Manga Studio for $50 that I got is the best art program i've used. And I know from the artist in the company I work with. Find MS good, but not as good as PS.

  • Ashley i used this, found at this post

    Maybe is wrong...

    wow. Why did you use this one. Besides ashley's terse correct comment. The bundle contains an old version of android chrome. Also your GPU might be black listed. So Chrome that may have no WebGL and or a Black Listed GPu. Also we haven't seen any sample of code that i've seen as of this post. One of the huge mistakes beginners make is numerous collision checks.

    Also apk-creator path is mostly for those with more tech saavy. Like Ashley I really suggest you use the official Android Export and XDK. however I also suggest checking up on using the remote downloading of games through Android. Rathert han having to push the games to XDK regularly :\</p>

  • I know. There are a lot of stuff I use physics for in other tools. Often pining for them to be in C2. But I don't think they are coming. In fact I just have to fight C2 to use physics with a handful of objects on mobile. Where as other tools just use physics2d so well with more objects and less fighting.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • C2 uses a whole blown version of NodeWebkit. It is possible to do custom builds that only use features you need. But C2 doesn't do custom compile for NodeWebkit. Instead C2 just uses it as an EXE pacakge and all the resources are in zip file/folder.

  • As I understand the priority to C2 is.

    anything not part of the IDE. ie stuff that requires C++ programming. Some get's done. But it's much farther between. Plugins and logic flow(ie JS) get's worked on more.