LuckyRawat's Forum Posts

  • Hi

    I am again here with one new question

    I have a track which has left & right

    (x = 100)= this is (L)

    (x = 200)=this is (R)

    (L) Left is 100 px

    (R) Right is 200 px

    Now I have 2 objects

    Circle & Square

    I am creating both randomly on track L & R

    on every random (1,3) second > create "Square" on Choose(L,R)

    on every random (1,1) second > create "Circle" on Choose(L,R)

    these are overlapping sometime

    I want that

    do not create both at a same time (their should a way for player to go ahead)

    do not create both at same position

    How can i achieve this result

  • OK OK OK

    Thanks now its working

    yes I was doing wrong

  • https://www.dropbox.com/s/ukjr6k6z3toqr ... .jpg?raw=1

    this is i have done

    and in debug mode

    "move" variable is changing on every click

    1,2, 1, 2, 1, 2, so on

    object moves only once

    left then right

    and then it stopps

    Your image link is wrong... you have linked to your actual dropbox account folder, so unless you want to give out your dropbox credentials so I can log in and see it, you need to link it properly.

    Now Links are updated

  • Hi try this,

    -On left click + Variable = 1 > set 2 to Variable

    - On left click + Variable = 2 > set 1 to Variable

    - Left lick down

    -+ If Variable = 1 > move left

    -+ if Variable = 2 > move right

    I have try this but its not working

    check screen

    https://www.dropbox.com/s/ygpv4lwbssd7l ... .jpg?raw=1

    This won't work either... it will set the variable to 1, then immediately to 2.

    -On left click + Variable = 1 > set 2 to Variable

    - ELSE > set 1 to Variable

    ^ That would work however.

    This also not worked

    but i tried my way which i already explained

    I have check in debug mode

    variable is changing on every click

    1,2,1,2,1,2, so on

    but movement is not happening

  • I want to move object left and right in one click

    I have try this

    when variable is 1 and left click move object 100 pixel left

    when variable is 2 and left click move object 100 pixel Right

    on any click add 1 to variable

    when variable is greater than 2 set value 1

    it also not working

    please suggest me how to do this

  • 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

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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

  • 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