EpicRaid's Forum Posts

  • I finished a game where you basically only do a lot of swiping. Today I decided to test it on an Android tablet, on a browser. And it occured to me that the game doesn't work well in combination with a tablet.

    When you swipe the far left of the screen to the right, it goes back one page, forward when swiped on the far right. And then there's the bottom swipe which leaves the browser app altogether. The top swipe isn't a problem because you won't go there since the navigation bar and tabs are there.

    So, how do you guys deal with this? For now I can only think of a 'safe' area where you can swipe. But I prefer to apply this to tablet devices only, although I'm unsure if that's possible?

    Also does this behavior also work like that on Android phones? Since I don't own any, I'd be greatful if you could tell me.

    Of course another solution would be to pack it into an app, though I was thinking of licensing it to a HTML5 publisher, so it probably needs to be a browser game.

    Thanks!

  • "My keyboard keys wert stolen by stealthy garden gnomes! No wonder thou wert victorious!"

    I shalt abdicate.

    But seriously, thanks, I didn't know about holding shift as an extra key. As with many things in Construct, you have to figure a lot of things out on your own and sometimes that's frustrating! Hence jump to the forum..

    If anyone wants to know more, the keyboard shortcuts here:

    construct.net/en/make-games/manuals/construct-3/interface/keyboard-shortcuts

  • Hi,

    Is there a way to zoom in/out with ctrl + scroll from 100% to like; 90, 80, 70, etc. instead of 91, 83, 75, 68. The current steps don't make any sense! Why would you implement it like that and why isn't it fixed yet after FIVE years of C3? I just want to quickly go to 50% for example with ctrl.

    Also, a button to go back to 100% would be better, double clicking the percentage isn't intuitive at all, had to accidentally stumble upon this in another topic. Perhaps a small magnifying glass button would do, where you can also select other zoom levels that actually make sense!

    Sometimes I don't understand why these little things aren't there, sure you can right click > View > Zoom in/out, but why does the C3 team make us jump through these annoying hoops while you could make it so much simpler and more accessible.

  • Lots of issues here don't seem to get any replies from the staff. Which could only mean they just don't care. I mean, what's the point of having a sub forum about website issues if they don't even look at it?

    Or is this yet again one of those 'let the community figure it out because it will be cheaper' cases.

  • Do you still have this issue? It works fine for me though, I also use Google Chrome, Windows 10. I do use some type of ad blocker, but it still works fine.

    I'm not sure how 'old' your Google Chrome version is, if it's the newest, then you could look into other extensions you've installed. Some ad blockers for example could block scripts too aggressively.

    So disable the extension(s), reload the page and see if the problem persists.

    I'm not C3 staff but maybe this helps.

  • Hey yeah you're right! Weirdly enough, my own project works fine now as well. I didn't change anything. I tested on iPhone 7, Safari browser. I don't know what went wrong, my apologies!

  • Hey dop2000, I tried your example on my phone, but I can't move/use the thumbstick. I tried tapping the screen a few times and adding an extra layout before it, but it just won't respond to touch input. Buttons and such that I added work fine, but your example only works with mouse input. How to fix it?

    Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If I resize the window (not tab) when previewing the game, close it and preview it again, it remembers its previous resized state. Is there a way to reset that so it previews the exact viewport size again?

    Odd that I could not find this anywhere. I'm using Google Chrome.

    Thanks.

  • I can't be the only one who finds the dropdown menus infuriatingly annoying!

    I often have multiple tabs of Construct 3 pages open, why are they dropping down on hover and not on click?

    Select another tab, BOOM giant drop down menus fold out as you try to navigate down, can't read the top content, have to move your cursor AROUND the menus else they'll stay active.. and this is the case EVERY time you switch tabs. C'mon guys don't tell me you thought this was the best way to make a menu?

    It wouldn't even be so bad if they weren't so huge.

    Or does someone know of a Google Chrome script or something I can use to block the on hover menus on the Construct website?

  • Hi, thanks for your reply.

    I looked at the tutorial and file but it only makes it more confusing with the json stuff and everything around it. I'm just looking for a simple 'clean' example how to call a random or chosen function.

    For example;

    Function 'CallAnyFunction' > Call random(Function1, Function2) OR Call choose (Function1, Function2).

    Function1 > Do this

    Function2 > Do that

    This was super easy in Construct 2 I don't understand this new technique in C3 at all.

  • Can someone post an example of this? I don't understand what to fill in at or 'do' with the mapping function. If someone could post it I would be greatful and I'm sure others would be too!

    Basically I'm just trying to call a random function, or use 'choose'.

    C2 made it much easier to do this I wonder why it was made more difficult?

  • As for locking layers, one can do: right click the layer > lock/unlock > lock all but this. A 'reverse' option would also be nice, to you know, set back the original 'state' before locking any or almost all layers after done doing the editing or selecting (not talking about undo commands of course).

    I would add it as a suggestion, like many others, but they make you jump through waaayy too many hoops it's ridiculous. You need to go to another website, register there, figure out how that website works, and then study what is almost a book worth of 'guidelines' on how to post a suggestion or bug so it doesn't get immediately closed for being 'incomplete', and if finallyyou get it online, then maybe, just maybe if you're lucky they will take a look at it if it gets enough upvotes!!

    You pay serious money to these guys on SUBSCRIPTION basis and still they don't make it easy for you.

  • Hey , yeah I was aware of the snipping tool in Windows, but the C2 way to do this was soooo much easier! Thanks though. I wonder why they didn't keep this.

  • I know of the 'workaround' to lock all the layers except for the one you want and then select all (ctrl+a). But is there are less tedious way to do this?

    Thanks.

  • Thanks man!

    Works great, I set the 'Drift recover' to a high number so it doesn't drift anymore.

    Code edited to this from your example 'Thumbstick_car':