luckyrawatlucky's Forum Posts

  • I have also try with variable

    when variable is 1 and click on "L" move left

    when variable is 2 and click on "L" move Right

    on any click add 1 to variable

    when variable is greater than 2 set value 1

    it also not working

  • I do nat want "R" sprite to move right

    I want to move left and right with one sprite only

    I am trying to do

    click 'L' sprite on this file move left and again click 'L' Sprite this time move right

    I have used boolean here

    if click "L" boolean is true move left

    if click "L" boolean is false move right

    any click toggle boolean true n false

    but it never worked

    pls help

  • Hi 99Instances2Go

    Thank you

    Your example is so close achieving that result

    I made little change and now its looking gud for me

    in your capx car is rotating, i.e. if we move car to left then front portion moves left and back portion moves to right and then goes to left

    means first it rotate and then move

    i made little change >> I move car's origin to back -38 pixle

    and now its looking like moving not rotating

    .

    Thanks for help

    after a long time a get my answer

    thanks once again

  • help

  • No above is not what i need

    because above has some limitations

    it does not showing original colours of objects. Shadow is above objects.

    I want to use single Shadowlight, which gives dark outside glow

  • I am trying to make this shadow

    in attached image i have try

    insert ShadowLight and set its opacity 10% i have also try this with adding "alpha clamp" effect but same result

    Added behaviour Shadow caster

    Please help me if their any plugin or any way of getting this result

    I'll be very thankful

    Image URL

  • I am willing to start a game but before i start i just want to confirm that a long platform can effect my game process

    640x15000 (approx).

    If doesn't effect then pls tell me so i can start

    Or please suggest me a way if multi layouts can be used as one layout

  • I want to make android game

    I want to submit score online with profile pic and get other player's score with profile pic

    connect with facebook if possible

    Pls halp me

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Bump

  • Cool. Good luck, share your screen inversion technique.

    Hi gumshoe2029

    i have done inversion

    but its vague, i want it to toggle on every 100 score

    my score are also not gud

    when i delete object outside layout then score not updating properly

    I am sharing capx here.

    please do some help and make it clean please

  • Now i have made all these things

    invert screen

    increase speed smoothly

    random obstacles, distance

    birds position up, down, mid randomly

    thanks for your lerp explanation

  • Now I can do

    1) increase speed smoothly

    2) random obstacles, distance

    3) birds position up, down, mid randomly

    but

    4) invert screen is still pending , how to do it

  • ohkkkkk

    thanks for this information, its helpfull

    I was always confused with the third number x

    lerp(a,b,x)

    example: my current speed is 200

    i want to increase 50 every 10 second

    i was doing

    lerp(200, 50,10)

    infect i have try many numbers with 10

  • how to use lerp expression ?? pls explain how lerp works ?

    I only know lerp(a,b,x) but don't know their behavior or how they works

  • in this capx

    blocks are creating on every click

    but with each click, if block's position is not equal to below block then deduct that portion from above moving block

    I want to create a game like The Tower