kentoy's Forum Posts

  • R0J0 getting a workout today.

    https://www.construct.net/en/forum/extending-construct-2/addons-29/plugin-sprite-sheet-68007

    thank you. this is exactly what I want!...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Paster plugin should work faster:

    https://www.construct.net/en/forum/extending-construct-2/addons-29/plugin-paster-66240

    thank you! And I found sprite-sheet is exactly what I want. It can easily draw sub-image of a sprite.

  • Hi,

    Is it possible to use a plugin or something, which is the same as a Sprite? I would like to use it to load the image by URL and draw a given area of the image. Just draw part of the image, not the full image. For example, just draw by start X = 100, start Y = 232, width = 150, height = 150.

    And I hope to download from URL and draw the image by the script. Because I need to download the image when the game is running and draw the content after the download, and without the limitation of the max frames count.

  • So you want to cut out a part of the sprite? Try blend modes. Click File-New in Construct editor and select "Example: Blend Modes"

    Hi buddy, I have checked the sample. However, I am worried about the performance cost and maybe it can not work on some browser...

    And it is not so good for my project to draw the full-size sprite image and then blend to show part of it. The best choice is to just set the sprite size to be the content size I need to draw...

  • So you want to cut out a part of the sprite? Try blend modes. Click File-New in Construct editor and select "Example: Blend Modes"

    Yes. I will try soon! thank you! hope it works for me^^

  • Hi,

    I would like to draw a given area or we say part of a sprite.

    For example, the sprite is a full-size image, and I just want to draw part of it by given area's start x,y, width, and height.

    I don't want to set the frames and make other settings for this, because I want to load the image from URL when the game is running, and then draw part of the content when the game needed.

    and thanks Kyatric Ashley

  • I do not use IE.

    Consider making sure if "UserAgent" (not "vendor") works for Edge.

    Bugs for Construct 2 are reported in the bugs forums : construct.net/forum/construct-2/bugs-21

    Following the bug report guidelines : construct.net/forum/construct-2/bugs-21/must-read-first-bug-report-req-39300

    OK thank you!

  • It should work. At least it used to.

    Consider filling a bug report for the issue with what is returned by the expression "vendor".

    Otherwise to get the name of the browser, you need to use the expression "UserAgent" as indicated in the manual article for the browser plugin.

    Hi, I have test using the latest version. the vendor is still "" when running on IE. would you have a try on your side, and how can I upload a bug report. I am fail to find the bug report panel on Construct2 UI...

  • It should work. At least it used to.

    Consider filling a bug report for the issue with what is returned by the expression "vendor".

    Otherwise to get the name of the browser, you need to use the expression "UserAgent" as indicated in the manual article for the browser plugin.

    Thank you! I will try

  • Hi Anyone know it? thank you!

  • > Browser object has several expressions you can use - vendor, version, platform etc.

    Thank you

    It is strange when running on Chrome, the vendor is Google, but on IE, Edge, FireFox, the vendor is ""(empty string)

    The other information like .name, .product, . version, . platform can not give me the browser name...

  • Browser object has several expressions you can use - vendor, version, platform etc.

    Thank you

  • How do I know if the game is Running on IE and Safari? I want to play online audio, so I need to know the browser. (For IE and Safari, I will use .m4a instead of .ogg) Thank you.

  • Just re-export and re-publish the app with the latest version of C2. See this thread which explains the same issue.

    Thank you so much!

  • when using the latest iOS.

    I drag up and down in my game on Safari. The webpage is showing blank area when drag down. How can I skip the Safari dragging effect?

    image url:

    https://www.dropbox.com/s/mi2z46kqxuyjt ... 9.jpg?dl=0