mrneko's Forum Posts

  • LittleStain

    Thanks. Made a bit of modification based on your suggestion and it worked.

    Maukka

    Thanks for your input too.

  • Try Construct 3

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

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

    I have an array of 4 x 4 representing grids.

    I want to spawn 3 objects randomly on the grids without overlapping. Is there an easy way to do it? So if object 1 spawns on array (1,0) then the next 2 object will spawn somewhere other than on that grid.

  • Just wondering if poorly constructed events cause the phone to heat up quicker?

    I have a simple game but it heats up my phone really quickly. It does have more than 300 events but mostly just checking for conditions. Only 2 - 3 minutes into the game and I can feel the heat through the external casing.

    I have an app that detects temperature (not sure how accurate it is) but it increased by 3 - 4 Celsius in 1 minute. My phone doesn't even heat up that much when playing 3D games for more than 15 minutes.

    Did a quick check and my phone has the following specs:

    Processor: Exynos 5430 octocore 32-bit

    Graphics: Mali T628 MP6

    RAM: 2GB

    Not sure if it matters but just posting it for advices. Could be that the hardware is poorly constructed? I experimented on my gf's Nexus 5 and it also heat up pretty quickly.

  • LittleStain

    The offset did the trick.

    jojoe

    I'm using Value-(Value%GridValue) and it works.

    Thanks guys.

  • Hey everyone,

    I need a bit of help here. Been changing around the values for a bit but I can't seem to get the blocks to snap to grid. I want it to snap to the closest grid when "Is not Touching" or overlapping boundary/other blocks.

    I have attached the capx so hopefully someone can enlighten me.

    https://www.dropbox.com/s/3b3mz92qh3t0u ... .capx?dl=0

    Thanks.

  • zenox98

    Thanks. Didn't know that haha. I found a similar tutorial somewhere else so all good.

  • mystazsea

    Can you upload the capx again cause I need to refer it in my project. Very much appreciated. Thanks.

  • *EDIT*

    Found a tutorial on this.

  • Hey everyone,

    I want to detect a few object that are linked when swiped over them .. like the game Dots/Two Dots .. what are the events that I should use?

    Don't know where to start on this one. Currently I'm using setting objects that are "Swiped" to IsLinked: True but I am not sure how to create the lines in between them. If that makes sense.

  • So the audio not outputting properly is due to Android version? Everything else works fine on my Android 4.4 except for the audio.

  • Ashley

    I have a game installed on Android 4.4 using normal Android build but it has no sound output. Is it caused by the build or is it because of my device?

  • I am currently using phonegapgame plugin for Google Play Leaderboard to record scores and let them retrieve their scores in case they change phones or reinstall the game.

    Now google play as an internal ranking system. Is there a way to retrieve that score and compare it with all other players through percentage?

    For example a player score 200 and there around 10 people who score 100 and 10 people who score 300 so that players is in the top 50%.

  • DonRIF

    That's not the case unfortunately. By the way I contacted the plugin author, it has something to do with Cordova being in version 5 now. Revert to version 4 and things will work again. He hasn't port the plugin to the latest version.

  • DonRIF

    Wouldn't deleting the file cause leaderboard to stop working? Unless there are changes to the core I am not aware of ..

  • Did anyone encounter the following error while building with Crosswalk 15?

    Error: Plugin "https://github.com/cranberrygame/cordova-plugin-game" failed to install.

    Does anyone know what's wrong?

    I have tried adding com.cranberrygame.phonegap.plugin.ad.admob as third party plugin and without it but both failed.