ryand444's Forum Posts

  • It's gone through construct2,

    phonegap,

    using xcode 9.2 (latest version)

    and we're using it's application loader since we already have the IPA,

    but for some reason we keep getting these errors 90022 and 90023, we've looked on alot of forums and nothing seems to be helping us, we've tried multiple ways exports and still nothing.

    everything is named correctly and is there

    we're new to this and don't know if we're missing something?

    Coding is in the two files as follows

    https://cdn.discordapp.com/attachments/ ... config.png

    https://cdn.discordapp.com/attachments/ ... 2534_o.png

  • https://i.imgur.com/aHbqwkM.png

    This is the file reset code.

    https://i.imgur.com/d53fOXH.png

    This is the Code for the tutorial menu transition screen its the one that says go to Tutorial 3 is the one causing problems even though it is identical to the others

  • I'll post a screen shot as soon as i can for both events , this seems to happen only in the apk , at least it only happens once per boot up in the test build but consistently in the APK.

  • Hello All

    Having a small issue with touch controls on the android APK build of a project i'm creating.

    For some reason one button that takes you to another screen has to be pressed twice for it to work , there are other instances of the exact same button with the exact same code , yet it does not happen there.

    Another issue but similar is a Resetting save button , when pressed it should ask you if you are sure , and once you touch yes it will delete your save , this works fine however you have to do this twice , as if the pressing yes does not register the first time.

    I have removed Mouse input from the project which was in previously , however this has made no difference to these bugs.

    Thanks for you time.

    Ryan.

  • Hello All.

    Myself and a small team hare just finishing up a game for mobile and have tried to test the build on one of our Android phones , using Phone Gap build and successfully emulated on XDK , however once we had built it through Phone gap and tried to the build before creating the Key store , testing it on one of our androids it is zoomed in the screen to ridiculous levels and none of the music is playing in the game , we have tried scowering the internet for answers as to why this is we with no success , we followed a tutorial to the word on how to build it in Phone gap build but it has just ended with this and we are at a loss on how to deal with this.

    Any help would be greatly appreciated.

    Thank you for your time.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello All.

    Myself and a small team hare just finishing up a game for mobile and have tried to test the build on one of our Android phones , using Phone Gap build and successfully emulated on XDK , however once we had built it through Phone gap and tried to the build before creating the Key store , testing it on one of our androids it is zoomed in the screen to ridiculous levels and none of the music is playing in the game , we have tried scowering the internet for answers as to why this is we with no success , we followed a tutorial to the word on how to build it in Phone gap build but it has just ended with this and we are at a loss on how to deal with this.

    Any help would be greatly appreciated.

    Thank you for your time.

  • Thank Very much , i Will try this.

  • Hello There.

    I am wondering if it is possible to save the Boolean of a particular object(s) and load the boolean's state on starting the game?, I can use the Set Key with it so far, however I can't seem to find any way to load the boolean state.

    Any Advice or direction you can give me would be most useful.

    Thank you for your time.

  • Thanks everybody who helped , I found it was another plug-in that was not compatible with using this function apparently

  • Are you trying to limit the object selection with the condition ? Compare two values isn't suited for that. Since two object types are in your condition, you will need to nest two "for each". Or maybe a single "for each CollisionBox1" with a pick by comparison under it.

    No I'm attempting to measure the distance between these two objects and if they are more or less that a certian distance apply a movement.

    but thank you for your suggestion anyway it's owrth trying.

  • http://imgur.com/a/0KyCd

    Working on a following system for a game , and for some reason this error pops up when I have the Compare two variables at anything other than equals.

    No idea why , if anyone could suggest anything it would be of great help.

    Thanks for your time and patience.

  • Thank you very much , but would it be possible to have a Image of this as i am not sure what you are refering to on the Second line.

    Thanks.

    PS actually no worries , got it to work , Thank you very much for your help.

  • Hey there, Just looking for some help creating a much simpler version of this coding (1), essentially it assigns one object to the other objects location based on both having the ID variable with matching numbers lets call it a 'Grouping' mechanism, for clarity. one is a trigger the other is an asset that moves.

    As you can imagine it's not very efficient to keep creating the same lines of coding over and over but rather would be better to have a system that just matches up both numbers.

    (1)

    http://i.imgur.com/f60xXwA.png?1

    Thanks for you're Time and Patience.

  • Ah thank you i will give it a try , i dis see the Canvastolayer but not the reversal earlier , thank you very much.

  • Working on a platformer project at the moment that has a collectable mechanic within it and we are looking for a way to have the collectable move towards the GUI asset that keeps score of the collectables , much like this

    Subscribe to Construct videos now

    we are either looking for a way to translate coordinates from one layer to another or tell the object to move somewhere on the screen rather than in the layout , thus far i have been unsuccessful in finding anything useful

    any help even just pointing me in the right direction would be much appreciated , thanks very much.