luckyrawatlucky's Forum Posts

  • Just tried the C3p file and works perfectly.

    May be because I didn't understand what he exactly says and because I am not good in English. I have doubt about below lines which i didn't understand. Can you exaplain these in simple.

    Add an instance variable to the sprite and call it “t”. Set each of the four instances to 0,1,2 and 3. Then create another sprite called “node” and place four instances in a diamond shape

  • It looks like the four sprites are moving in a diamond shape.

    Add an instance variable to the sprite and call it “t”. Set each of the four instances to 0,1,2 and 3.

    Then create another sprite called “node” and place four instances in a diamond shape.

    Then in events you can do this:

    Every tick:

    — sprite: add dt to t

    — 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))

    Yes They are moving in a diamond shape

    I did same as you said but nothing worked.

  • I have a Sprite with four Frames and I want to rotate this something like this

  • Thank you so much this is exactly what i want and now i learned something new before now I never used Containers and was never know about how to use it. Today with help of you I now understand the power of containers.

    Thank you again.

  • I have 1 Sprite (Balloons) which creating every 1 second at different position with different scale and always moving to upside with different speed.

    I have 1 more sprite (Alphabets) which I have positioned over the Balloon Sprite with same scale, same position ( I pinned this over balloon So I will move together with balloon.

    Everything is working fine except one problem.

    Sometime balloons overlaps each other then Alphabet sprite shows over the another balloon (as you can see in image below.

    How can i do this?

  • There would be great if we can use our earned money from store to buy assets from store. I hope it make sense.If this feature available to use my earnings from store to buy things from store then it would be great.

  • Hello guys !

    I am so excited to say that My Youtube Channel has gained 43+ million views and also got 200k+ subscribers.

    This youtube channel is not belongs to Scirra anyway but Scirra forum is like my friends. So I am sharing this here

  • Can anyone please convert LiteTween Behavior to C3 runtime ?

  • I am not talking about whole 3d game Software. I am just talking about 3d Environment (Hope it makes sense).

    from 3d environment i mean where we can rotate images in 3 dimensions. something like Camtasia Video Editor. where we can rotate images in 3 dimensions. and we can push images in z Axis. A real 3d depth.

    How it would be? if Construct bring this feature here.

  • If I learn C# then can i make plugins for construct 2,3 if not then which languages i need to learn for this?

  • Learn How to create Random Tree Generator in Construct 3 https://youtu.be/b3zeB_Dybio

  • Hi

    I need some help on spawning object with some randomness.

    This is what I'm trying to get >>

    I have 2 objects

    Obj_A (has 3 frames) Size: (w)60x(h)800

    Obj_B (has 5 frames) Size: (w)200x(h)150

    I want to spawn Obj_B over Obj_A with some randomness.

    I want random no of obj_b to create over only 1 obj_A (random between 4 to 8)

    obj_B's x position is same of obj_A and y position will be random to cover height of Obj_A but don't want to overlap obj_b with its own instance. Means there will be some gaps between all obj_b.

    Some random obj_b will be mirrored.

    i able to create obj_b over obj_A but some obj_B are overlapping with obj_B

    if i do pick random instances and do mirrored, its doing all obj_B mirrored one by one.

    pls help

    also please tell me in this new forum how to upload images. Once i added image but don't know where they gone because that image doesn't showed in post.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Snaky is uploaded to PlayStore

    Download and Play >> https://play.google.com/store/apps/details?id=com.luckyrawat.snaky

    Subscribe to Construct videos now
  • Sebastien, Hallorin, , q3olegka

    I have uploaded my game in the PlayStore. Please have a look

    Subscribe to Construct videos now

    Download from Google Play Store https://play.google.com/store/apps/details?id=com.luckyrawat.snaky

  • This can't be translated so easily without context! You have to add more information about how the texts are used if you want a really good result.

    I am using this in my game

    and you can easily understand their usage from the words i.e Game Over (when game is over), Hi-Score (our high scores) etc all words are understood