kenhes's Forum Posts

  • I'm exporting to Windows 8 app and not ticking minify. But the jquery script is always has "min" in the name and the code is uneditable.

    How can I make the code editable to make it work with Windows 8 adverts?

  • I experimented with touch.angleat(0) and it does work....but only when you drag the puck fast in the middle of the screen. Don't know what to do when it only works sporadically.

    <img src="https://dl.dropbox.com/u/10196246/touchmove.JPG" border="0">

    Hockey

  • Cheers. I tried those but I can't get it working as well as bullet angle of motion for some reason. Even that isn't working great. Maybe someone could take a look at this cut down project?

    Hockey

  • I totally missed the is touching object event. That has got me over one hurdle at least. On to the next one! Thanks Mystery Bear!

  • Could you give an example of doing it with variables?

  • Touch object doesn't allow me to invert it.

    <img src="https://dl.dropbox.com/u/10196246/touch%20invert.jpg" border="0" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm trying to create a game where two players can drag hockey type pucks around from above. I have that bit working ok.

    But I can't seem to get the puck to orient in the direction of travel and shoot off at speed when released by the finger. Is there a way to say "when object not in touch".

    Any help appreciated.

  • What solution did you come up with? The capx doesn't work now.

  • You little beauty! Thanks Ramones. That worked a treat.

  • Could someone enlighten me as to why this won't work? I want to swap two text objects but nothing happens. Thanks.

    dl.dropbox.com/u/10196246/swap%20text.capx

  • Found out that cloning within the layout window creates a unique textbox while preserving the properties. Doing the same in the objects window doesn't preserve them.

  • I have a screen with 30 level buttons on it. Each level button shows the score for each level in a text box under it.

    So each textbox has to be unique right? How can I clone one textbox (with properties) 30 times? Or is there a different way to do it?

  • I have a screen with 30 level boxes on it. Each level box shows the score for each level in a text box under it. So each textbox has to be unique. How can I clone one textbox (with properties) 30 times? Or is there a different way to do it?

  • Oddly, I get an error when I use the official Function instead of yours.

    <img src="https://dl.dropbox.com/u/10196246/Capture1.JPG" border="0" />

  • How does that capx call the cb function when the function object isn't in the layout?