kiugetski's Forum Posts

  • Request a project file with AJAX plugin.

    Ajax 'On completed' condition (or 'wait for previous action to complete' action), dictionary load ajax.lastdata.

    thx a lot it work

  • ive made on but using the dictionary load does not seem to work

    i need exemple script please

  • hey im wondering if it is possible to convert a time thats displayed in minutes for exemple 427 minutes into a real time wich is hours and minutes 7h07

    if it is can you tell me how to :D thx

  • Like this :)

    it work ty :D im going to practice it a little more to trully masterise functions :P

  • The bullet is not picked anymore inside the function. I usually add the bullet UID as function parameter, and then do "pick by uid > param"

    im sorry thats where i kinda get lost because i try to visualise it but i cant

    could you do and exemple because im really visual :) please

  • * On function 'Bullet Hit'

    -> Bullet: Spawn BulletExplosion on layer "Game" (image point 0) (create hierarchy: False)

    -> Audio: Play Cartoon_Boink_Explosion.webm not looping at volume -20 dB (tag "")

    + Bullet: Is overlapping baseTemplate

    -> Functions: Call Bullet Hit

    -> Bullet: Spawn Txt_Damage on layer "Game" (image point 0) (create hierarchy: False)

    -> Txt_Damage: Set Y to Self.Y -30

    -> Bullet: Destroy

    -> System: Wait 1 seconds

    how can i fix it so only the bullet that hit explode

  • when i add the behavior path finding to any object the game crash or dont respond or run at 0.0001fps

    can this plugin be fixed please

  • i want to spawn my asteroids in a arc style like in eve online

    i know its with cos and sin but i dont understand them so im helpless :( can i get some teaching

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • seem like spawning stars on a parallax layer make it uneven

  • yeah so it still does the same problem :(

  • how do i use the layertocanvas

  • yeah that i already do but what i want to doo is user the paralax backgrounds

    but no mater what i do when its on the paralax backgrounds

    the stars stop spawning when i reach 5000 pixels in either x or y

  • ok now i do understand the problem for my stars spawning

    since im using 5 layers with différent parallax

    the stars are spawning on thoses layers but they do not show behind the player

    how can i remedy to that

  • You could do like this:

    random(1000): random distance within 1000 from Player, you could change to another number.

    still same problem it stop spawning when i reach 5000 pixels

  • hey there :)

    im creating a SPACE GAME THAT never have been made

    also i have a problem creating a star background performance wise

    the scene is 999999 x 999999

    so i cant make it to spawn stars everywhere lol

    i want to make it so it only spawn around the player

    i made it to work but when i start to more if i reach a certain range ... it stop creating stars

    when i get back in the range on the left corner ... it restart again wich is weard because im using a everytick if stars = less then 100

    can i get help ?