Nickydude's Forum Posts

  • Thanks LittleStain, that did the job!

  • Sure.

    https://dl.dropboxusercontent.com/u/2485349/DiceRoller.capx

    There are 6 large buttons in the middle of the screen that start invisible until the BEGIN TURN text is clicked at the top, then they become visible but you can still click them when they're invisible.

  • Awesome DrGreenThumbCAN! now is there a way to disable them as I can still 'press' them even though they are invisible. Would i have to move the buttons off screen when invisible?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Is it possible to have a 'panel' of objects become visible / invisible and enabled and disabled on one go?

    I have a panel of 6 buttons that are invisible and disabled at the start, the user clicks a different button and all six become visible and active.

    At the moment I'm doing them all one by one:-

    Touch > on touch start button

    .............. Button 1 > Visible

    .............. Button 2 > Visible

    .............. Button 3 > Visible

    ...

    ...

    Is there a way to group them so I can set them all in one go?

  • I'm creating a dice roller for Android and I'd like some way (if possible) to have the result spoken. Is that possible?

  • It was the sound file, I assumed everything was ok as it 'imported successfully'. I converted the sound to a pcm wav and reimported it and now it works fine.

    Thanks for the help though, much appreciated. :)

  • I did import the sound as you described Ashley and it said it converted successfully although it does say "won't convert to ACC" in the details after importing. I guess it has something to do with the sound file?

    Edit:Oh and they were .ogg files to begin with.

  • I've created two buttons on screen and want a sound to play when I press them. Here is the event sheet.

    <img src="http://imageshack.us/a/img198/7187/kt09.jpg" border="0" />

    This runs fine in the firefox browser on the PC but when exporting it through Cocoonjs and running it on the Android Nexus 7 tablet everything runs fine except there is no sound when I press a button.

    This is my first time experimenting putting home made stuff on a tablet and no doubt made a stupid error. Can anyone help?

    Thanks. :)

  • Thanks to this thread I've finally got my game to show on the Nexus! (I still have to program it to be of any use on the Nexus though!)

    I'm having a problem though with the Space Blaster example on the Nexus, it plays in landscape mode and glitches at the edges.

    <img src="http://img153.imageshack.us/img153/553/cdpc.jpg" border="0" />

    How do I get it to show in portrait without glitching?

  • I can also see three buttons right in the IDE as soon as it's loaded.

  • I can confirm it does indeed crash Jase00.

  • This has been stopped and is out of date as there is an official pdf download on the Manual page itself.

  • What C2 version are you using? I've tried(V127) and I can input the number no problem. Perhaps sharing your .capx might help.

  • Great behaviour. :)

    How can I get the sprite to decelerate to a full stop if no keys are pressed?

    I voted tile maps but would love to see the ability to draw our own paths for sprites to follow.