LuckyRawat's Forum Posts

  • I have drawing canvas where user will draw multiple drawings and save & load it back

    When user draw something then I want to add a button to save that drawing so next time they can start drawing from where they left. But problem is currently I only able to save single drawing.

    How can I save multiple drawings with names So I can get that saved drawing from its name.

    I tried using inbuilt save & load action but that doesn't load drawing data.

    please help how to do this?

    • Post link icon

    Okay

    I was uploading my asset and by mistake I uploaded wrong c3p file Now I don't have options to delete it. Its say I can't change it once I published it.

    • Post link icon

    Tom

    is this place to post feedback? or bugs

  • can you explain it How its working?

    btw y axis also need to sort, On y1 there is no data So shift data of y2 to y1

  • I have data in array scattered but I want them something like this.

    How can I get this

    Tagged:

  • demo file

    click on Red doesn't create it but others are created

  • "icons" has 4 instances with Id 0-3 So I want to get array which by matching icons ID

    If icon has ID 0 then get array value which has 0 on tokenat 3rd index and then ID 1 and so on

    My Events getting values from 1, 2, 3 but not getting 0. This is my issue

  • Please look at my events. I am saving multiple data into single cell and then retrieving it. But my event not getting 00:06 from array. Looks like it skipping 0 index.

    Can you tell me if I'm doing something wrong.

    Tagged:

  • Thanks for the tip

  • I want to make a color wheel from where I can pick color and then adjust gradient.

    Any tip ?

    Tagged:

  • thanks

    its working as expected. But its late I have lost my job.

  • Sadly I got fired from the job Today because I was unable to make few games.

    First I stuck in chess which was complex then I stuck on 2 more games which uses physics. Physics is my weakness and on both games I stuck on physics and I got fired.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • to make it jump I am changing velocity Y to -600 and and to fall down gravity 30. obstacles are coming from right to left.

    by adding camera and scroll behavior we can see ball on same x position but when it collides with obstacles then obstacles looks like they are moving left to right for few time. and also at some time ball reach to point where obstacles are actually created and then we can see them appearing on screen.

  • then How could I get ball back to its original x position?

  • I am making clone of this game. Almost game is done but only one thing where I stuck. Ball is jumping on specific x position but when ball bounce and hits the ring's edge then physics applied on it move little ahead from its x position. My problem is when I apply tween behavior to revert it back to its original x position then physics paused until tween finished. I applied tween when ball is falling down.

    my question is how can I switch ball back to it original x position without affecting physics.

    Tagged: