shimo's Forum Posts

  • Someone could say me, what does this parameters mean? or in general, how to work ? because I do not understand.. thank you!

    offset por shimozurdo, en Flickr[/IMG]

  • I understand Ashley

    Ok guys, We continue making games

    let's go!!

  • Bueno he visto que el traductor de google hace aceptablemente su labor, pero como dije antes nuestra participaci�n en el foro con preguntas lanzadas en espa�ol debe aumentar para que la comunidad hispanoparlante cresca aqui.

    saludos

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Well, I have solved it. the main problem is that the collision with physic do not work well, I dont know why. When an object collision with other and both have physic then you are catching the current velocity and if you trying compare to collision to both objets in that instant the collison sometimes not occurs in the moment of the velocity expected. whatever!

    A solution I found is use a sprite auxiliar which detecte the collision but HAVE NOT the physics behavior, so this sprite auxiliar is largest in size that the object with physic.

    physic por shimozurdo, en Flickr

  • aanimation are you from indonesia?

  • Exactly! is was my first intent, calculate velocities instead calculate distances, but there is even complications because for any reason sometimes the velocity loses logic or coherence. Is hard to explain..

  • I am trying create special effect with height, where an object can broken if it is to different height, but I don't have a good idea about this, I have many ideas but they are not efficient I think. I would like know if someone can guide me? this is a example:

    height por shimozurdo, en Flickr

  • linkaevolution y SergioRM que tal amigos! <img src="smileys/smiley1.gif" border="0" align="middle" />

    Lo importante aqu? es que la comunidad de habla hispana participe tambi?n activamente como los que hablan ingles y que el idioma no sea un limitante.

    SergioRM he visto el blog del que me hablas y es un gran trabajo pero igual me gustaria que tambien aqui en el foro existiera mas participaci?n y como de los que puedan preguntar en espa?ol y los que pudieran responder.

    Y pues tratare de aportar con algunas traducciones cada que pueda.

    Saludos!

  • Well, many people that uses Construct 2 don't understand or understand little the English, so they would like to learn to use Costruct 2 in your native languaje, My question is the next Could I translate some Manuals Of COnstruct 2 to Spanish? There is some   problem?

    I only going to translate the information existing, That will be My only contribution. <img src="smileys/smiley2.gif" border="0" align="middle" />

  • Pues tu post compa�ero acaba de responder una duda que yo tenia. saludos

  • Thank you so much! Yann and RojoHound

  • I am trying to make something like this

    int x=10;

    int random=0;

    do{

    random =((int) Math.random() * 100);

    if(random==4){

    x=10/random;

    }

    }while(x==2.5);

    (this is java code)

    I know this can seem useless, but I want know if to make this is possible in construct 2

  • ok, thank you!

  • I am trying of create a game when I need a DO While, can this is simulate?