Dasat's Forum Posts

  • jeansson

    Having the same problem, would try it out today hopefully. Also, generally, people playing my game on mobile devices are complaining or responnsiveness(also had the same issue playing on my galaxy tab-chrome browser) what could be casusing this? Works perfectly on laptops, I used iframe and the touchwrap plugin to have touch n mouse effects. thanks

    The link to the game is my signature incase u want to check it out.

  • I just finished putting in for the gcdc 2013 competiton with my team. Created a game with c2 please visit and help test as much as you can to see bugs or issues dat can be fixed before the judges get there, thanks. Also play to appear on the leader board, like tweet and g+ the page. Thanks

    roadmarshal

  • septeven, gotten. Thanks!!

  • Joe7, I can't seem to be able to downlad the plugin. Can anyone help?

  • Joannesalfa, thanks a lot, concept works well, needed to tweek some other things though, but wasn't hard to figure out

  • hi everyone, in my game i have some sprites with the bullet attribute that i spawn at some intervals from top and bottom on the screen however this sprites maintain their angle when spawn, but i would like the images to always be at 90 degrees in both direction(that is always upright). how can i achieve this.

    thanks

    here is a capx file explaining what i mean.

    sprite rotate

  • Has anyone ever used the google plus share api on their game may be to share a score or something. I would appreciate hints

  • I'm working on this part of my game where i request a url which is expected to return a a json string to me.

    when i just call the url on my browser i get the expect dat which is

    {

    "c2array": "true",

    "data": [     [       [         "daarsat"       ],

          [         "oreke"       ],

          [         "test@example.com"       ]

        ],

        [       [         2000       ],

          [         100       ],

          [         0       ]

        ]

    ],

    "size": [     2,     3,     1 ]

    }

    but on calling from inside construct using ajax, i don't get to be able to manipulate my data right, i loaded the expected data into an array, and tried to display as json to check the received data and i get this.

    {"c2array":true,"size":[2,3,1],"data":[[[0],[0],[0]],[[0],[0],[0]]]}

    <img src="https://www.dropbox.com/s/zrsxymwmzz0o5sx/chkk.PNG" border="0" />

    Please can anyone check what i'm doing wrong

    <img src="https://www.dropbox.com/s/zrsxymwmzz0o5sx/chkk.PNG" border="0" />">

  • Does the json data format have to be in the above oda c2array size data, my genereated data does it in any order e.g c2array, data, size. But I can't seem to read the data, I get javascript error.

  • Okk, I hope I can explain well as I can't upload a capx file for now!

    In my game there are friends an enemies. Player is penelised (reduce his score) when friends are attacked (double clickj). However when friend are attacked they are not destroyed like the enemies, so the player can click the same friend twice and get penalised twoce. I don't want this. I only want to penaluse the player once. How can I achielve this.

    Couldn't use the trigger once cos I had like 3 condtions to test to determine friend and thwn couldn't aDd trigger once to the condition again. Help would be apprecited

  • Thanks, works perfectly

  • I have a variable score which reduces if player does the wrong thing. How ever if player does the wrong thing on start of game I get a score of say -50 how do I a void this and ensure d least value score can hold is 0. Thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • spartyon and Ashley i think the last question by spartyon on this post i a good one.

    "Can I have a dictionary where the values are an array or even more useful another dictionary?"

    any answers yet?

  • Hello, would have helped with a capx file but i don't have much time. Check out this links ( a forum discussion and a capx file someone helped me with sometime ago, let me know if you run into any troubles)

    forum discussion

    capx file link

    don't forget to add destroy outside layout to your cars

  • nemo FredQ please it seems these files have been removed