nothing1969's Forum Posts

  • in fact, my person can not contact directely the ground...because of the part of image transpant...is it possible to touch the ground <img src="smileys/smiley1.gif" border="0" align="middle" />

    ,like this:

  • I've tried to make a simple plate forme game with the tutorial: how to make a platform game

    but, as for the ground, I've use different forms , where there is some form with parts of transparancy.

    like this:

    <img src="http://www.nothing1969.com/image/2012-05-04-2.png" border="0">

    As in the game, it's like this:

    <img src="http://www.nothing1969.com/image/2012-05-04-1.png" border="0">

    As you see, it's a little bit incontinente to have the part of transparence feeled

    Could anyone please tell me how to handle it, thanks

  • Hello guys, first of all, Thanks for your aides so long.

    I think, there is a big question with data issues, I will try to express it with my poor English:

    As I know, we have so far three ways to save the data:

    1. the webstorage (something like cookies)

    2. PHP + Ajax (to read the DB or XML)

    3. CVS plug-in (some kind of local save)

    But it seems that they are all for certain use

    For example:

    If I want to make a multiple choices Question Game, where there is a lot of text to save(not by player, but by developpers) , Perhaps we should use CVS.

    If this game is on line facebook game, perhaps we should use ajax to save all players' information and their score

    If this game is a long game, we should perhaps save the information of process in a Webstorage

    If this game , at the same time, is an offline game, we should perhaps save the information progress again in the CVS

    ...

    I'm not sure if I was right.

    The questions is: Now I really want to do somethine nice, which is multi-plateforme, which means, facebook, moblie, web brower, offline and online, is that possible? Which kind of methode should I choose? And if I should use them all, how to save the information?

    Well, I'm not sure if I've already make my self clear. Thanks again, and kind regards

    Yuanyuan

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks a lot <img src="smileys/smiley1.gif" border="0" align="middle" />, that's exactly what I want.

    I have a question with: it this plugin can be used when we make a offline game?

    Just to confirm...

    Thanks again

  • Thanks Ashley , I will try this out today <img src="smileys/smiley17.gif" border="0" align="middle" />

  • Hello everybody,

    I want to make a platform game with different layer:

    The background moves slower and the foreground moves faster.

    I've tried to find the solution, but I could not...

    Could you please help me with this? thanks a lot.

    Yuan

  • Thanks a lot, and also I've find another possibility to use ajax, with different separator ..

    with this solution:

    scirra.com/forum/my-examples_topic45860_page3.html

    :)

  • Hello everybody,

    I'm new here, and now I'm trying to make a game for facebook.

    In this game, we'll need to read the list of all your freinds' informations, which means, we have to get lot of values from one .php

    But for the moment, I can get only one variable from php, not more. So the question is, how can we put all these informations once into an array....

    Thank a lot