d939569e84594e1586eac3e65e28dfb2's Forum Posts

  • Yes, that is just a placeholder event. It has no meaning and is not needed.

  • the event start sheet layoult this empty

    Sorry, but I do not understand. Please provide screenshots to help your explanation.

  • in your file rate.capx at the start of layout is empty.

    is this right?

    Can you provide a screen shot of what you mean? I am not sure what exactly you mean, do you mean nothing appears when you test the app, or the event sheet is empty (which It should not be).

    Thanks

  • on start of layout and empty?

    Hi tutbarao, sorry but can you clarify? I am not sure what you mean.

  • Give me a copy I'll test for you.

    My email:

    Sent. Enjoy

  • Exporting works with cord and cocon.io?

    It is only tested to work with Intel XDK currently.

    If you want to test it out I would gladly give you a copy for your troubles.

  • I made a plugin awhile ago for android for TTS. Never advanced it all the way... its not too hard to do but it sometimes is very platform dependent.

  • haha guys, ya, I do have some waits under my first condition, because it's an "intro" set of animations that play to sort of show the player the beginning story plot. So it's probably the waits that cause any later empty conditions blocks to just execute in parallel instead of "waiting" for the entire first condition to finish.

    It's ok, just have to learn a different way of thinking.

    im sure there are more proper ways of doing it then what I will suggest, but you could create animated sequences with timers (global vars, set time, every tick change time, or base it on current time, etc), and ignore the waits. It would have the same result, slightly more work but without the confusion/issues of wait.

  • I must say, I have not experienced this issue. and i never noticed any issue in all 3 games you posted.

  • you are calling a function with a parameter, but not using said parameter.

    create a local variable in your function, and assign it to param(0)

  • I know this is old, but I just got the same thing and the same missing files were not being replaced. What I did was create a New Empty Project and locate the files missing in the Projects Bar. I then opened the Image Editor by clicking on the missing files and saved them into my project location. I then went back to my project and added them manually.

    I was surprised I didn't find much info on this when I looked it up so that is why I am posting this. Someone will need this at some time and no need to make a new post if you can give a solution in an existing one.

    Are you saving to dropbox, onedrive, or some other cloud based location?

  • 99Instances2Go

    I have no idea what you are rambling on about something unrelated to the OP. Neither do I understand why you posted half of what you posted.

    Was there a post deleted that I am not seeing, because your replies make zero sense. There are no references to what you are replying to, or who you are replying too. I don't see how your reply helps OP in any way...

    I am rather confused about your post in general.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Some condition

    ---> wait 0 seconds

    ---> function 1

    another condition

    ---> function 2

    ----->function 3

    Now function 2 & 3 will execute b4 function 1.

    That is because you are using wait... don't use wait, problem solved.

  • Well, I had already solved the first if/then by using a function. Just doing an empty condition doesn't work because it will run "in parallel" to the actions that have the condition, instead of sequentially.

    .

    huh? Ill need an example. I've never ran into that issue with my conditions, they are always sequential when I use them. Perhaps I am misunderstanding your use.

    I use them like this:

    Some condition

    ---> function 1

    another condition

    ---> function 2

    ----->function 3

    they are all ran sequentially. If I have a global variable "A" and add 1 each time with output, I would get:

    Function 1 output is 1

    Function 2 output is 2

    Function 3 output is 3

    If your functions are running in parallel that is a difference scenario, such as on clauses...but even then used right, you should be fine.

  • > I like DigitalOcean personally. For $5 a month it is a beast of a server.

    >

    You have a domain purchased with that? If not, what are your links like?

    I use namecheap for my domains.