LuckyRawat's Forum Posts

  • hey DiegoM!

    can you tell what data types are being used by these apps So I can choose in there.

  • if you are only using the 3 plugins you mentioned, you can check that you are not collecting any data, since you are not using analytics tools or authentication tools to collect anything, you are not collecting name,number or anything.

    I did check that I'm not collecting any data but they send me email

  • I'm not sure what data is used by my game If I use Construct's inbuilt Mobile Advert, Google Play & Mobile IAP plugins. Can anybody explain me what data these plugin use from users.

  • lucid

    I have a question. If I say when I click on scml object then set scml opacity to 50. then in Runtime I actually have to click on that 50x50 size scml object to change opacity, why not if I click on any image of scml contained objects then change opacity to entire scml objects? I know I can get this by click on its family.

  • okay thanks FromChris

    I will try this.

  • Nope its not working, its not picking

  • Hi I have setup road like in this image and green is car.

    I want to move car with finger using moveto behavior. I touch on car and move my finger on road will move my car but problem is car moves to only single road not changing road. How do i do this?

    Note: without using behavior car changing road perfectly. I just added behavior and then its not working as expected

    My code

  • Yes its working

  • oh thanks

  • recently I made a dialog system in my game, I never made anything like that before. My method was I saved all dialogues in array editor, like first dialogue in 0, second in 1, third in 2 and so on then I fetch that into array using ajax, then simply applied dialogues by indexing.

  • I am trying to add 1 day in timestamp just by adding 86400 seconds in timestamp but date.getdate(timestamp) not adding it and only showing current date. Why?

  • Hi

    Thanks for this but I'm not moving vehicle with any behavior. they're moving with touch slide and no auto move let me share you my file here and my code

    here are two problems I'm facing

    First if I move trucks to another road then car don't move to that empty road

    First problem can be fix by swapping condition 5 with 6 and 14 with 15 then another problem coming truck & barricade not stopping car anymore.

    Third problem is truck not stopping another truck

    myfile

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have roads, car, trucks & barricades (road blocker)

    car and trucks not moving. I'm moving car with touch. I want to car to be blocked by truck and barricades. we can also move trucks. How do I stop cars by overlapping with trucks and also stop truck overlapping with other trucks. these both should be not to cross barricade.

    green is car and red is truck

  • I didn't understand that code, I'm a non programmer.

  • Then do like if currentmonth = 0 then lastday = 31 , if currentmonth=1(feb) then lastday = 28

    yes that I can do but I'm trying to do it automatically. because feb month cannot be done in this way. So I am figuring out to do it automatically. If there any way of getting current month's first and last day.