msenna's Forum Posts

  • 10 posts
  • Could you elaborate a bit more?

    I tried it, but it doesn't seen to work on the debug.

    Tried: Browser is online > request full screen

    > cancel full screen

    Any tips? Thanks!

  • Hi!

    Is there any way to include a fullscreen option on a html 5 export? I want to include it specially for people who access the site on a mobile device, it'll make easier for them to use the app.

    I know there's the option for the start on the layout to set the browser object to fullscreen, but I want an option that stays available the whole time, like a window button or something like that.

    Thanks in advance!

  • Thanks for the replies guys! The linked topic was a huge help!

  • So guys, I'm currently working on a project wich has a screenshot feature. I currently have it as taking screenshot of the whole viewport. How do I do for it to take a screenshot of only part of the screen?

    I've tried using a canvas layer and setting it as an area for the screenshot, but I quite didn't work out.

    Any tips?

    Thanks in advance!

  • Thanks for this! Worked like a charm!

  • Hi guys,

    I'm working on project in wich when being run on mobile, the user is allowed to share the screenshot of the layout. I've seen the tutotial and the example that the construct team provides but when I tried myselft, it doesn't seen to work very well.

    The problem is that, when the user clicks on the share button, the message that is supposed to go with the screenshot comes first without the screenshot. If the user clicks again, THEN the image togheter with the text appears.

    How do I make it so that the image appears first?

    Currently, my code is like this:

    System > Take Snapshot

    System > wait for previous actions

    Ajax > defines answer Binary Data

    Ajax > request Canvassnapshot

    Share > Add file "screenshot.png" from BinaryData

    Share > Share text "My cool screenshot"

    I tried simply removing the share text action and it doesn't even bring the image from the screenshot when I tested it on my phone.

    Any ideas how to make this work properly? Or a better explanation of how the sharing works?

    Oh, and I set a sub-event on the start of the layout, stating that the sharing file is true.

    Thanks in advance.

    Tagged:

  • Thank you for these! Extremely helpful advice!

    For some odd reason, the mentioned topic didn't appear when I googled it. Maybe I should use the forum search instead!

  • I'm trying to screenshot specific part of the layout.

    To do so, I'm trying to use the drawing canvas area. So, I currently set the system > take snapshot with drawing canvas axis and both the width and lenght set to 0.

    Then, I use the invoke snapshot download action. The problem is that the snapshot gets almost all the layout size and not online de drawing canvas area.

    Any way of fixing this?

    Thanks in advance!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • That was pretty smart. Worked like a charm! Thanks!

  • Hi!

    I'm trying to make a select screen for my game. I set it up so that whenever I click a selected object, a new Object gets created, wich works as an indicator to show wich object is being selected (the creation point of this indicator is the objects in the select screenn).

    I wanna know how to make so that when I click again on another object the indicator gets created again but the previous one gets destroyed from the screen.

    I tryed the "if indicator on screen", indicator gets destroyed. But obviously, this destroy both stances and I get nothing to stay on screen.

    Any help?

  • 10 posts