JohnnySix's Forum Posts

  • You could go the complex route and have an array that stores previous positions, to test whether the one you are placing has something in its place already, or simply throw in a collision/overlapping test, and redo the random again if it tests positive.

  • +1 for Audio Families, and a preview of the sound when selecting from the UI would a super added bonus. <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Was wondering the same thing - with non 3rd party, it doesn't appear possible right now.

    Ashley - would it be possible to include the option somewhere in the AJAX object to enable/disable caching ?

    An example was on this page :

    $.ajax({url: "myurl", success: myCallback, cache: false});

  • This is pretty cool, if badly filmed -

    [tube]OKrMEtgS2iI[/tube]

  • Like this :

    [Tube]B_ksLNzuk1U[/tube]

  • Ashley - Monster trucks with suspension?

  • You only need one variable and the known aspect ratio if you want to scale them consistently and absolutely and avoid scale.

    If say your object is 16:9 ratio, and you were scaling it to 10x -

    width=Lerp(self.width,self.width*10,0.5)

    height=(width/16)*9

    Or

    height=width*0.5625

  • Is it a lot of work to add access to the prismatic joint within the box2d code?

    I was looking into making a custom behaviour for it then noticed the code is in the runtime.js. <img src="smileys/smiley17.gif" border="0" align="middle" />

    It'd be really useful for making stuff like sprung suspension, or creating a physics version of the pin behaviour.

    Something like:

    [tube]bBIXpu-D_Zo[/tube]

    Also - raycasting for explosions :[tube]KK2XHyObKik[/tube]

  • The lava doesn't kill you.

  • I made a quick demo with browser based and a demo APK packaged with crosswalk.

    Curious to know if anyone got Alpha working, if the screen is straight on, it the little pixelly things in the background should follow the angle of the phone - but on export to APK, it appears to follow something else, like the yaw/pitch and not the roll.

    In browser, it doesn't appear to do anything.

    : Web Demo :

    : Zip of APK [Android 4.0 + I think] :

  • An option like YouTube has, for allowing/forbidding embedding would be cool. I thought I was only sharing on the arcade / scirra users.

  • Ah, was going to mention the fullscreen thing - I guess that's still coming ?

    I was hoping to make it go edge to edge and have back buttons to exit rather than leaving the home/menu button bar and battery bar showing.

    Props so far for the easier production pipeline and quick and easy testing on devices.

  • And a belated Merry Christmas too all. <img src="smileys/smiley14.gif" border="0" align="middle" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Just made a pong example, I exported with ARM [ I'd been using X86 and getting a black screen /crash ] - seems to work so far, just bullet movement, no physics etc. Awesome stuff! :)

    Just need to figure out how to do all the icons / splash screen etc.

    Nice work guys!

  • Have we got a list off the C2 entries yet? I've been searching for keywords 'construct' / 'scirra'. :)