zeneizel's Forum Posts

  • hello, I have a one sprite that keep created randomly every 1 seconds...so how do i stop sprite overlapping with same sprite?

    I try if this

    "is overlapping another object". > destroy it

    but it turn out both of it is destroyed.

  • i have arrow and need to set angel toward sprite, while in layer which is parallel 0,0. when i tested the arrow did not point toward the sprite that i want.

    need help here...anyone

  • oh ops, this was supposed to be on construct 2 board... wonder how do i move this? or should i just make it new again...

  • i have arrow and need to set angel toward sprite, while in layer which is parallel 0,0. when i tested the arrow did not point toward the sprite that i want.

    need help here...anyone

  • how to add 1 to size of sprite every 1 second or tick,

    like the sprite increase from small to big?

  • I train with infinity jump example capx,.

    I try to create coin for user to collect while jumping but when i restart the layout, the coin are not appearing anymore, but will reappear soon later. for example, i jump until and collect coin until 1000m, then i die there...when i restart the layout. between 0-1000 meter there is no coin appearing again but after 1000 it will appear.

    I try to create new event, copy and change from "create object platform on layer game (random..." to " Create object Coin on layer game (Random...".

  • https://www.scirra.com/tutorials/560/swipe-based-smooth-scrolling-with-inertia

    hy, I learn how to scroll using this tutorial (link), but i don't know what should i do or change if i scroll from the opposite...anyone can help this? for example, in that tutorial, if i touch the screen and scroll from up to down, then screen will go down right?...but what i want is the opposite which is I want scroll from down to up, not from up to down...

    sorry for bad explanation or bad english...

  • oh great! nice!

    I think that's all for me. thank you to all you.. really..

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • well, i get the idea, in this case i try to include to

    GROUP

    Sprite > platform on floor :

    SUB EVENT Sprite > Platform is moving : Sprite > set animation to "run" (play from the beinning)

    SUB EVENT Sprite > X Platform is moving : Sprite > set animation to "Default" (play from the beinning)

    when platform speed is not equal to 0 : set group activated

    when platform speed is equal to 0 : set group deactivated.

    somehow it work.

    but, is this ok? and I would like to know if there is other method for this. If so, i want some example of it.

  • I try to that but instead the attack animation wont trigger by released the z button, but as for running, yes it trigger.

  • hello, can anyone help me with this. I try to do the platform animation with attack, run and default(standing)

    the problem is, whenever i land on the floor, I can move the character but cannot play the run animation. the attack animation is ok but the problem is just that, the movement.

    I try to do this btw:

    keyboard > on z released : sprite > set animation to "attack" (play from the beginning)

    Sprite > platform on landed :

    SUB EVENT Sprite > Platform is moving : Sprite > set animation to "run" (play from the beinning)

    SUB EVENT Sprite > X Platform is moving : Sprite > set animation to "Default" (play from the beinning)

    Just when I try to move my sprite. the animation won't trigger.

    i'm quite beginner btw, I tried to learn from tutorial, but i prefer asking someone, since it is direct and simple. please excuse me for this.

  • Hello, need help please. I want to learn how to make some effect on my game.

    1. Glowing effect (with animation )

    2. Wind effect

    3. Bird effect

    please anyone know? I try frame by frame for bird effect, but it need 70+ frame so as a result it turn my game into laggy. please if you know atleast one from 3 then i really appreciate it.

  • My game is platform,

    Do i need to make new layout for new level? if yes, so how do i transfer my sprite from layout 1 to layout 2.

    Do I need to create sprite on the start of the layout? every time?

    what about event sheet? do i have to make event sheet for every layout?

  • wtf, just like that? Lol!

    Thank you sir! It's work now

  • I'm tring to make other sprite always stick to the main sprite. in this case I try to put the pin behavior:

    Everytick > Sprite 2 pin pin to sprite 1(Position and angle only)

    but it's still doesnt work, the sprite 2 keep stay at one place and never follow the sprite 1.

    so how do i do that?

    infact did i use the correct behavior to this?

    note: Sprite 1 and 2 are not in the same layer.