jayderyu's Forum Posts

  • Looking forward to seeing more art :) looks good to me :D

  • Out of curiosity what kind of income does your games bring in?

    I'm busy right now and probably out for this project. But maybe the next.

  • spy84

    If you look through the forums for the subject. The Scirra staff have already voiced there opinions. We have a had a few large threads about the subject mostly small ones.

    While i'm not one of the Scirra staff. I have read it. And it's this. While Ashley is getting frustrated with Ludie lack of communication and there failure to fix problems. CocoonJS still stands as the best viable export for cross platform. It does this by being the least amount of effort for the most robust options.

    CJS supports a large set of WC3 features

    CJS has WebGL

    CJS has Preview over Lan

    CJS has a launcher

    CJS has a low use barrier.

    these features pretty much push it well above the others in use.

    what does GC have?

    GC has a large learning curve

    GC requires manual tinkering to work or C2 to officially support an export

    GC custom non WC3 libraries.

    what good thing does it have

    GC is open source

    GC is communicative than Ludie.

  • Try Construct 3

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

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

    I agree it's in the wrong section :D

    yes even a novice could put it together, but it's about time saving and support. If sosensible is willing to support any problems that come up then it's way worth the price for $10.

    but again I noticed this seemed to be a random avatar maker rather than a controlled one. Maybe $10 is fine price :D

    I agree though that outside of C2 no one can use it.

  • I think your charging to little. I think you should charge closer to $20. While C2 tools are fantastically easy to use; having these tools at hand and receiving continued support is worth it.

    I've already put together an avatar maker, but in light of the long term support would probably aim closer to $30 myself.

    Anyone who wants to save time and has the money will find it worth it. Anyone who can do it or would rather save money won't.

  • Why pay the fee construct 2? for flash games only? they could say before buying construct 2 <img src="smileys/smiley6.gif" border="0" align="middle" />

    I'm pretty sure there is an asterix by the IOS and Android export's now. Which means you should read the details on the subject if it interests you.

  • I would like to know what format you managed to get any sound playing at. I've done a wav import and no music or sound.

    Personally I'm about to walk away. So if you get an answer I am also listening.

  • Until Ludie smooths out CJS, focus on Ejecta.

  • You could try reading the tutorial for "giveyourfontsmono". Also when you export from the program there is a guide that is saved with the file that informs you how to format the spacing and optionally gives you the C2 Array to use a loop through to set them.

  • There are various examples of light with shadow casting. :) so if you need shadows there are some floating :)

  • Well I take a more OOP design to my events. I often end up creating Event sheets that are included to a core sheet.

    I also then Put all my Events into groups. Doing so I have found little to no difficulty even at 1500 events.

  • It's called

    "On Touched"

    it reports back a single instance of a touch event.

    If you must you can all use

    "on Touch Start"

    or

    "Is Touching"

    with "Trigger Once while True"

  • kudos, you have always had a strong friendly, but confrontational approach when needed approach to difficult situations. Along with always being welcoming.

  • This is a browser based technology and browser file.io is not standard. So at this time is not supported. There are 2 things you can do.

    1. There is a 3rd party plugin(ie not Scirra) that does what you want, but only if your using NodeWebkit.

    2. When you "export" have a TextBox/TextArea, and do TextArea.setText(webstorage.asJSON). This will give you the string version of the same profile. I know it's not as nice as moving a file, but that's yoru option.

    3. Yep, there is a 3rd. Is to store the profile online an share by somekind of custom key.

  • If your trying to get Ashley's attention on this. I suggest posting it during the 10am to 3pm hours of GMT. Also you will want to add the "@" tag as in ASHLEY.

    I really don't pay attention to most other particle engines. But personally I haven't seen any samples where particles have specific facing. Often in the sample image above your posting. I usually see thoes a sprites not particles.