Yes. You just need to add some meta tags into the header of your index.html.
<meta property="og:image" content="your_image_url"> <meta property="og:title" content="your_link_title">
Then, place the image that you want in the main folder and link to it in the meta tags. Be sure to edit the tag contents to get the correct title and description like below.
The gems are preloaded in a layout called ObjectBank. There, you will see the 8-direction behavior's settings.
Well, if you're a "new" user of a product that they stopped selling 4 years ago I would suggest that you do your research and read the manual. Specifically, this entry about C2 addons...
https://www.construct.net/en/construct-2/manuals/construct-2/installing/third-party-addons
In your 8 Direction behavior settings, Set angle to "No".
Go to construct.net/en/profile/licenses and click on "View/Edit subscription".
Scroll to the bottom of the page and you'll see "Cancel Your Subscription".
What was the rest of the "failure" message? They usually tell you what was specifically wrong. My guess is that there are some game functions not working with the controller.
It's possible. But, it takes a couple of clicks.
Right-click the tab that you want to separate and select Undock.
Then, right-click on that window's title bar and select Open to popup window.
In the Project window, right-click the main game folder. It's in Tools > View project statistics.
What kind of "io" game are you wanting to make? The term "io" is a little vague. It could means lots of things, such as clicker/idle games, or hyper-casual games that aren't too complex. The links Klopity gave you are for learning the basics. You're really going to need to learn the basics if you want to make ANY type of game, much less an "io" game.
You do not have permission to view this post
There's a Plumber Puzzle example in C3, in Advanced Examples. Looks like they used overlapping of image points as well. Maybe check it out to see how they did it. ;)
The layer that the HUD is on, set the Global to Yes.
Then, add an empty layer to all other layouts and call it the same name.
That error is not specific to this plugin. The new beta is having problems with all 3rd party addons at the moment. Fingers crossed that there's a fix for it tomorrow.
github.com/Scirra/Construct-3-bugs/issues/5245
Develop games in your browser. Powerful, performant & highly capable.
You can force the game to play in landscape orientation in the Display properties. They will have no choice but to rotate their device if they want to play it.