Bertie Booster's Recent Forum Activity

  • This looks a very cool game, good luck and keep us updated please.

  • Export=>Desktop=>Node Webkit

    will give you a standalone app that will run off a USB thumb drive.

  • When you say you want objects to "bounce" even if their speed = 0, this surely implies there is a collision and if there's a collision it's extremely easy to use the collision trigger to achieve what you want.

    You're basically going to need to use the On collision to trigger "set bullet speed"&"set bullet angle of motion" actions on the inert object.

    Secondly in my experience C2 can handle far more code than you could possibly throw at it with the free version, crashing after 5 secs implies to me you've either got a recursive loop kicking in or your code is continually spawning objects. Does it go out of memory if you do nothing or is it only if you move? Have you tried debugging it to see where the resources are being used?

  • bertie Booster: Eisenhan is right. The runtime is part of the APK. That is why it is 17MB.

    >

    > > I would have concerns about publishing software that relied on a wrapper that could be unilateraly updated/changed at any time after the game is published. No offence to Intel but you want to do all your testing & debugging before launch not every time crosswalk is updated.

    >

    > Why does a Crosswalk update affect you that happens after your APK went onto the Google store?

    >

    > It's not a "live" connection.

    Sorry we've crossed wires here I was referring to a possible scenario if the methodology discussed in the post previous to mine was adopted

    I understand that it's not "Live" at the moment and trust me I've looked at that 17MB very closely as the APK approaches 50MB.

    My concern is that a game I write and debug/test using say Crosswalk 2.2.4 could be installed work and then break when the customer is required to install say Crosswalk 2.6.1 a few games later. Anyone who Flash Dev'd with AIR will know what can happen when the AIR runtime is updated although to be fair the problems were predominantly in the early days.

    If Intel are going to go the way of a one (install) to many (apps) option I do hope there is some way of signing an app to only use verified versions incorporated.

  • (Should read 12 frame ani).

  • I think you're after the "import sprite strip" dialogue.

    Create your sprite and in the animation window right click and select the option "import sprite strip" enter the correct cell values eg yours is 3 horizontal 4 vertical and c2 will take the single picture and convert it into a 2 frame animation for you.

    scirra.com/manual/53/import-sprite-strip

  • I would have concerns about publishing software that relied on a wrapper that could be unilateraly updated/changed at any time after the game is published. No offence to Intel but you want to do all your testing & debugging before launch not every time crosswalk is updated.

  • You haven't allowed Sprite3 to rotate. In the pathfinding behaviours dialogue on the left side need to change the behaviours like in the pic.

    <img src="http://s24.postimg.org/d9g6do5lx/pathfind.jpg" border="0" />

  • If you open your copy of C2 go to File/New and search for a template called "Flying along" you'll find a working example of a very similar game.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I use iclone by reallusion.

    There's a learning curve but it's worth it.

    Design, Pose and animate

    Export as image sequence 32 bit PNG's

    includes a built in cell shader.

  • Thank you for that information Eisenhans, I've always been very reluctant to upgrade mid project in case the new version broke something, knowing I can roll it back helps!! <img src="smileys/smiley32.gif" border="0" align="middle" />

  • I noticed this as well, I fixed it by going into the event sheet and making sure "Set bullet speed" came before "Set bullet angle of motion" in each keyboard event

    I don't know how or why this fixes it, though (plus it seems counter-intuitive to start moving *before* changing direction)

    An object already has a value for direction even if it's 0 degrees but you cannot set its angle of motion if it doesn't have any motion.

Bertie Booster's avatar

Bertie Booster

Member since 21 Oct, 2013

None one is following Bertie Booster yet!

Trophy Case

  • 11-Year Club
  • Email Verified

Progress

12/44
How to earn trophies