newday198913's Forum Posts

  • 6 posts
  • Bro, it's amazing!

    Thank you, it works!

    I leave the link with my test.c3p with correct solution for others

    drive.google.com/file/d/1KqfnL9MCWvyJ_PxEBA7QLnfSOkc1ZEC9/view

  • I need help, I'm making a children's game for vision restoration and have been struggling with the function for a long time. please help.

    I have two color blocks: red and blue, I transfer each block to a separate canvas and then, moving the touch or mouse, I transfer the color from the block to the variable for the FallingBlock and StaticBlock objects.

    I want to make a universal thing that will work fine on the web and mobile and support responsive width (from smartphones to PCs).

    I make the layout size 720 (width) by 1280 (height), my game looks good on smartphones and is displayed in the middle of the screen on a PC s.mail.ru/y9yg/V7FUfV7eC - it's okay.

    In order for the game to be displayed in the middle of the screen I have to set the layout parallax to 0%. But because my real screen width on PC is 1920, and the layout is 720 in Construct, the system misunderstands my touch when I touch a colored block. Wheel pickers are incorrectly positioned and pass the wrong value to the variable s.mail.ru/qT4r/msycGCc3q

    If I set parallax to 100% 100% for all layers, then everything works correctly, but then the game elements stick to the left side of the screen (from 0 to 720 pixels of the real screen size) s.mail.ru/QLWo/kGoxdZUdH - this does not suit me.

    How can I make it so that regardless of the screen width and when the screen width changes (for example, the user drags the browser window with the mouse), I can use touch or mouse to get the correct values ​​​​of the colored blocks and so that the wheel pickers take the value of the coordinates of my touch? . Thank you for any help! C3P example on the link drive.google.com/file/d/1KqfnL9MCWvyJ_PxEBA7QLnfSOkc1ZEC9/view

  • Hi!

    i need to manage how many users win the game.

    is it possible in your game?

    i want to use wheel of fortune on the conference.

    one user will be able to play only one game.

    And i will give presents to winners.

    But i can give only 40 presents per day.

    How can i limit it in your game? is there any mechanic tricks to do that?

    Thanks a lot!

  • I tried your file and it works for me, the screenshot is saved, but with a few pixels of yellow background on one of its sides (depending on window proportions). Is this the problem you are having?

    You can also try Paster plugin. Basically you paste objects or layers on it, and then invoke download of Paster.imageUrl

    Yes, i want the necessary area is able to be saved without depending on windows size etc like any screenshoter , for .e.g. chrome.google.com/webstore/detail/awesome-screenshot-screen/nlipoenfbbikpbjkfpfillcgkoblgpmj

    is any way to repair it?

    how can do it in Paster?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi there!

    i ve got a problem can't resolve for a month

    I want to save the required area as a fragment, for this I create a saver sprite, which I edit with sliders.

    when clicking on the "Save Photo" button, I bring the width and height of the screen to the width and height of the saving spite and after use "On Canvas snapshot"

    But it works incorrectly

    As I understand the problem is at the stage of setting the width and height of the screen, the construct tries to bring the screen to some standard screen resolutions - in the end everything does not work correctly. Maybe this is due to the type of fullscreen in browser (i got "Scale inner")

    what is a problem? if it cannot be resolver with "On Canvas snapshot", advice me please any plugins or smth like that/ Thanks. Uploaded the capx here drive.google.com/file/d/1yenI3JRHGQ7ttpBQLpY-TavN9DWuDM02/view

  • Hi, I need help.

    I select the area in the image and I want the selected fragment to be separately saved or become a working element. A standard snapshot gives me the entire screen, I need save a part. i mean prntscr.com/ga8wx9

    Thanks for the advice in advance!

  • 6 posts