pablolink23's Forum Posts

  • the layer was wrong!!!

    sorry!

  • hello everybody!

    My project isn't finished yet, but i have a beta version!

    I want to know why when I put a new sprite in the scene, my sprite be invisible!!!

    In the propeties, the Visible settings is : Visible!

    What happen?? <img src="smileys/smiley32.gif" border="0" align="middle" />

  • I used families, couse I have a lot of animations(Speople1,Speople2...SpeopleN), it is more easy!

    Thanks, when my project will finished, I'll post the link.

  • Thanks!

    I will do it!

    <img src="smileys/smiley34.gif" border="0" align="middle" />

  • Hi!

    I want to know how I create a animation that choose randomly a determined animation?

    In my project, I create 2 sprites with different function..

    The frist is:

    (System every 4 seconds)

          for system -> for spawn from people to 5> sprite spawn Speople01

    The second is:

       (System every 6 seconds)

          for system -> for spawn from people to 5> sprite spawn Speople02

    But I want a kind of choose randomly the people(Speople1,Speople2...SpeopleN)

    Thanks... <img src="smileys/smiley9.gif" border="0" align="middle" />

  • Ok...sorry!

    I will comeback in the last topics...

    thanks...

  • Hello, i want to know how I use if????

    <img src="smileys/smiley17.gif" border="0" align="middle" />

  • Hello everybody...I want to know how I do to that my second people in the row know if exist other people in the front???

    If exist, then my people dont walk,

    but if don't exist: my people walk???

    thanks! <img src="smileys/smiley5.gif" border="0" align="middle" />

  • Well, is my grocery-store...i have problem with the row, the people walk, stop and leave the store...but, when the number of people is large...my row stop and make a colision every time....

    I try to do a overlapping, in this overlapping if the people overlapping other people, both leave the scene...but in given moment, my row stop and walk low, and after the overlapping all peoples leave the scene and the row restart...

    I want to know, how I will do to my row walk, buy and stop, without lags!

    Obs: How I send a .capx??? I have a dropbox but I don't know how!!

  • My problem is, when my second people touch in the frist, the second stop and the next, stop too, but when the row is full, the last people go out (is a overlapping>foward to -30), but the row stop to walk...

    If, the people overlapping, the people distroy...

    Give me a dropbox acount(your login) and I will send a .capx

    My e-mail is pablolink23lwn@gmail.com ( in dropbox) <img src="smileys/smiley11.gif" border="0" align="middle" />

  • Try Construct 3

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

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

    Who will explain me about overlapping?

    how i use this condition?

    thanks <img src="smileys/smiley18.gif" border="0" align="middle" />

  • Hello, I want to know how to avoid colisions in my row?

    I did a row with one sprite, and this sprite has a "creat object" comand...every 3 seconds, are generated other sprite, and this sprite has colision with himself....

    But, my sprite are acomulating in the begin of this scene...

    how I do?

    thanks

  • Well, I want that the people go to buy, if two conditions are respected:

    1� - the price

        if price > 3 : only two people buy

    if the price <3 : more people buy...

    the square search alone , you can't control the square, you can only control the variables ( price, wearm)...

    thanks for you example.

  • Hello!

    I want to know how I do to create a detection between two ou three animations??

    I want to do a Row of people, but if the frist people are buy, the second people stop and wait.

    But if don't exist any people, then the people go to the cash register and buy...

    I don't know how I create a detection...

    Obs: the row can't show in the scene, the people appear one at a time.

    Thanks. <img src="smileys/smiley10.gif" border="0" align="middle" />

  • Well, the animations must be activate if things heppen...

    exemple:

    if the weather= 35� and the price = U$ 1 (limonade)

    10 peoples buy my lemonade

    if the weather =20� and the price=U$ 2

       3 people buy my lemonade

    in my project, I must to do separeted events to each people...

    it is very hard....

    thanks!