LuckyRawat's Forum Posts

  • Thanks for this

    It works but not perfectly

    on click chooser only Single Random Dino variable Changing others are not changing.

    and Sometime Repeated number showing

    dropbox.com/s/7pw9aigr2gpbiht/VeryComplicatedRandom.capx

  • I have a Sprite "Dino" and copied 3 times in layout

    "Dino" has instance variable "Color"

    I have another Sprite "Choose" and copied 10 times.

    Now I want to set all three Dino's "Color" variable a Random number between 1 to 10. But all three should be different numbers.

    1) I want to pick one random Dino and set "Color" variable Manually (By click "Choose" and set Choose's Index to "Color")

    2) Remaining 2 Dino's "Color" variable should be Random between 1-10 (Excluding previously picked number)

    Tagged:

  • Needs some antialiasing.

    Im thinking you could maybe do the same thing with tiled background and a blend mode on a layer.

    Yes they are not smooth. needs antialiasing.

    May be i have to use my previously found way.

    First create few dots to cover the big sprite and then move them to grid wise. and by that way i can use many shapes instead of circles like triangles, squares etc as many shapes I can use for LED type

  • I have 2 Sprites (Dot or Circle) both 50x50 pixel

    Sprite1 have drag and drop behavior

    when Sprite1 is dragging I Spawn Sprite2 everytick.

    When we drag slowly then tail looks good but when we drag fast then it looks into pieces I mean we can see a Single piece of sprite of the tail which i want to hide

    How can i do this? to make it more smooth.

    Example

    dropbox.com/s/3i8nv4utpcn1571/Tale%20Example.c3p

  • Bizarre question, just set it in the image editor.

    I want to change it from the editor.

  • is there any way to change Sprite Origin from Events?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have a tutorial regarding this

    youtube.com/watch

  • I already made tutorial on this. How to create Rendom trees.

    Youtube.com/luckyrawatlucky

  • Is it possible to display game(published in website) scores in website page. And what if i want to display my all games score result in one page. Is it possible?

    And also want to store its data to website database.

  • Hi R0J0hound

    can you please explain what is actually happening in this event. Actually This is working but I'm not getting what actually happening.

    — sprite: set x to lerp(node(int(self.t)).x, node(int(self.t)+1).x, self.t-int(self.t))

    — sprite: set y to lerp(node(int(self.t)).y, node(int(self.t)+1).y, self.t-int(self.t))

  • tunepunk Thanks! Now I feel like a fool :)

    dop2000 No You are not fool. I know you are a genius. You helped me many times. I remember this.

    Someday I would like to help you too.

  • tunepunk its OMG!!

    I was never aware about this effect. its awesome. Really I made things really too complicated.

    Thank you a lot man.

  • in my game almost all of objects are circles because there is a reason and reason is I am not a graphics designer, To avoid graphics i choose circles and square for my all games. all my previous games made with circles and squares.

    dop2000 you helped me a lot on this, I am still struggling on other issues but i don't want to bother you again until I tried my all aspects.

  • Thanks

    Thank you so much el3um4s to make c3p file

    and much much thanks to R0J0hound

    He has always a solution for any kind of problem.

    Thanks again.

  • Hi dop2000

    I have found a way by which i can move dots in grid pattern. and I don't have to paste 4000 sprites i only need even less than 100 sprites. I tested it successfully. Now i stuck on another thing. Now I want to create no of dots behind the sprite and want to position those dots to cover that sprite. (Sprites are not complicated graphics but those are simple circles).

    is their any way by which i can create no of dots to cover width and height of Sprite.

    For Example: