oosyrag's Recent Forum Activity

  • If you're using remote preview, check your browser permissions to see if it has access to bluetooth. Otherwise kinda hard to help, since bluetooth is a pretty rare topic and no one is going to have your setup to troubleshoot.

  • Does the Bluetooth example by itself work to establish a connection and get the name?

    editor.construct.net

  • You do not have permission to view this post

  • Likely your peerids are not being properly assigned to each object. Will take a look at your capx when I get a chance.

  • I don't think you can. It would be off for the whole project and then you request full screen on leaving the logo layout via the browser object. I also don't think you can go without a l full screen mode for mobile exports so that's not really a solution anyway.

    You can try filing a bug report - logo images not behaving as expected on splash screen. If you follow the guidelines, it's probably the fastest most straightforward way to get a response from the devs. Even if it isn't a bug or something they can't change, at least they tell you why and might offer an alternate solution.

  • You'll want something to keep track of the "state" of an object, in this case how many times an object has been clicked. This is usually done in an instance variable. Every time it is clicked or activated, increment the variable.

    On object clicked, set object.clickedcount to object.clickedcount+1

    If object.clicked count > lastoption, set object.clickedcount to 0

    You'll then refer to this variable when deciding what action to take, or you can pass it to a function as a parameter as lionz suggested.

    An advanced trick is to use a conditional expression to loop a counter and reset it to 0, which results in the same as above but within a single event.

    On object clicked, set object.clickedcount to object.clickedcount+1>lastoption?0:object.clickedcount+1

  • I think the scale rate only affects the system set scale actions, not the scaling from fullscreen scaling mode. So I was thinking just turn fullscreen scaling off completely for the logo page, but then I don't think that works at all on mobile.

  • Isn't that still weird though since the manual entry for storyboard splash icons indicates that the image would be cropped and centered, not scaled? So the image shouldn't change sizes, even if the viewport size/resolution changes. At most it would be shifted a bit.

    Or perhaps it is the "fake" splash screen image that shouldn't be scaled. Have you tried that and see if it matches?

  • If the old posts with broken links are from Dropbox, it is likely those files are still there and the link just needs to be updated, due to a change Dropbox made a few years ago. There is usually a decent chance that they can be updated if you ask the original poster to do so, as many of the people who make examples have been active on these forums for a significant number of years and still are.

  • The official multiplayer tutorials cover how to handle peer inputs from multiple peers in part 4.

    construct.net/en/tutorials/multiplayer-tutorial-real-598

  • Designing for gamepad sounds like something worth getting used to, for the steam deck as well. I always appreciated games that were made for mouse and keyboard but also supported alternate input methods such as touch well, so I could stream to my phone via steam link if I wanted to.

  • Here's another minimal example for how to use permutation tables.

    dropbox.com/s/rq28y5pqhdh143b/Advanced_Random_Permutation_Example.c3p

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
oosyrag's avatar

oosyrag

Member since 20 Feb, 2013

Twitter
oosyrag has 38 followers

Trophy Case

  • 11-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

21/44
How to earn trophies