dimitrisbor's Forum Posts

  • 6 posts

    Same here

  • Thank you oosyrag

    That was it!

  • I'm stuggling to make a bunch of the same object to move to a specific target when a condition is met (or a button is clicked), one by one. That is, when clicking the button, move one instance to the target position

    This is what i've got

    It moves the first on but not the others

    Thanks

    Tagged:

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Thanks i just had to add waitxloopindex

    Thanks

  • great Crab_00 So i've made all objects with opacity 0 and then added a foreach > object > set opacity 100 with a wait of 1 sec. This doesn't work as it does this for all instances together.

    How can i say foreach > object > <THIS>.set opacity to 100 > wait 1 sec

    Or something like that.

    I also tried to update a count variable in foreach with a wait, but its not updating the count one by one.

  • So i have multiple instances of an obgect on screen and i want these to appear or disappear/destroy in sequence. For example half of a second apart. Because all instances are the same object, they appear all together.

    Thanks

  • 6 posts