PayamausIra's Forum Posts

  • 12 posts
  • NUMBER OF _QUESTIONS .....isn't constant..in your case... so unchek that ...

    There you have it, thank u very much for ur time and help korbaach.

    it was the only thing that i didnt think of. Here you can see the different of a pro with a noob

    thanks again

  • When deleting one of the index, you should resize the array as well to reflect the fact that this index is gone.

    So resize to array.width - 1 should make it work.

    Thanks Kyatric for ur help, much appreciated .

    I did try it but the same thing happens, maybe im doing it wrong or i didnt get what u meant. I will post a screenshot of it. sry im still a noob.

  • Hi Guys ,

    Im working on this Trivia game template ( it is not mine i just found it in the examples).

    In the template, the questions sometimes repeat after each other ( it is random ) . For example question 5 can show up two times in a row or even 4 times in that specific time span.

    https://www.dropbox.com/s/68m1jyjoj2qzb ... .capx?dl=0

    I added Array_____> Delete "random_number" from X, each time the questions are asked but what it does is that it will make the question disappear from the array but it will keep the blank question showing up.

    Can someone plz help on this, How can i stop the questions from repeating ?

    thanks

  • If you made an apk from the xdk it will work fine even if it's not on Google play unless your using iap or Google game services which require it to be uploaded

    Thank u very much for ur help, that helps

  • Why don't you just try it?

    haha, good question

    because i have to submit my assignment today, and i just uploaded a test version and have to make the final version today. So i wont have any time for testing errors.

  • Try Construct 3

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

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

    I exported the game for Android and then used Intel crosswork to convert to an APK file.

    I didn't registrar it in Google Store , i just installed it manually on my Android.

    It works but at the start says "Exported games won't work until you upload them" ( i know this comes up for PC as well)

    Now my question is if i register it with Google Store and officially make it available in the app store, would i be getting the same comment at the beginning ?

    Thank u

  • Is it what you want?

    Yes exactly, thank u so much for help. I learned something here , thanks

  • Hi guys,

    i wanted to make the ball sit in the players hands . I have tried many things, including different image points or having different objects "set to the player image point" but its not working.

    i'm really confused and im new to C2 can someone plz help me out .

    Thanks in advance

  • Try this tutorial

    https://www.scirra.com/tutorials/1090/using-arrays

    Thank u very much Lordshiva1948 and codah

  • Hi,

    Can we use different array's in one game. I know that we can insert one array, but can we use it for different purposes in one game. For example one for leader-board, one for level control and one for checking multiple answer questions.

    Thank u

  • Just create a new event checking that player locationnumber is less than players location make invisible or whatever

    Thank u guys, it worked (not what i exactly had in mind but it is good)

    I did do exactly what u said locationnumber<location and magic thank u DUTOIT

    IndieKiwi, thank u for ur respond and help. Since im new to C2 is WebService the same as Webstorage ?

    Sry for the stupid question

    Thank u again

  • Hi guys,

    I need your desperate help for this. I'm a simple art teacher and i don't know much about programming.

    I completed this tutorial "Making an Interactive Treasure Map" <https://www.scirra.com/tutorials/322/making-an-interactive-treasure-map/page-1>

    everything is working great but i want to lock the level ( layout) after it has been viewed once. To make it more simple, after that the player has completed the first level ( or any other levels) and the next level has been shown i dont want the player to be able to access the previous level.

    I have been working with lots of instance var but no use. I have done everything like the tutorial and it works great but the tutorial does not have this function as well.

    I would really appropriate your helps,

    Thanks

  • 12 posts