part12studios's Forum Posts

  • OK got it to work. not sure exactly why it wasn't offering the option before but it did this time. All set.

    Thanks!

    Caleb

  • I have a project that has the G4A plugin which is great, but some features are being depreciated in Construct that will be trouble soon.

    So I open the project. I right click on the name of the project. I see tools / used addons option.. I see it in there. if i right click it i just get help and find all references.

    I've seen in some situation there's an extra option to "upgrade to editor"

    How can I unbundle an outdated plugin so i can replace it with the updated version and NOT have to utterly remove the many calls of the prior plugin.

  • so it seems like it's isolated to one computer so far.. my M1 Studio.. is the oddball.. i had cleared my cache recently but i'm not sure if the problem occurred directly after that clear..

  • thanks so much for this! i'm going to go over it this week and make sense of it. i think it's all well laid out i just have to still wrap my head around some of the concepts till it's clear to me.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • the message doesn't make much sense.. my cloud storage (dropbox AND google drive) have plenty of space on them still so they didn't run out of space..

    is this something going on inside Construct services themselves?

  • and it goes on. saying these messages..

  • to the best of my knowledge i'm logged into both of these just fine but it just stopped working recently..

  • Hi everyone, so I'm teaming up with my buddy on a game. he's got the backend skills i lack. i think i can manage the front end but he has to pass me strings of information via ajax / json.

    we were able to get a string of information to go into a text field, but this is where things got dicey and he and i are not sure how to do things in C3 land.

    how would construct use a loop to say, put a series of names or other fields..

    what i'm doing right now is trying to make a list of characters.. so you'd have say, a name field, level, class..

    [ { "title": "john", "level": 1, "class": "warrior", } ]

  • Seemed to clear up on it's own.. no idea why it was being like this.

  • I don't get it.. i was able to do a cloud save and yet when i go to open that file over dropbox i still get the error..

    if i download that file from dropbox locally they open up fine..

  • Hi everyone, so I got a bit of a scare when I was being told none of my recent cp3 files could be opened via cloud open.

    However, I can open the most recent file (and likely the others too) of my files from dropbox as a local file, but when I access the same file via cloud i get this error.

  • you are freakin' amazing! :) man how do you know how to do this? I've used construct for years and i just get amazed at how involved some of these solutions are that i never touch when I make stuff.

  • XHXIAIEIN

    I spent some time on this and while your added stuff about zoom in / out limits. Is your example suppose to also allow me to drag around the zoomed in area? That is the last of three checkboxes.. two were nailed for sure..

    - pinch/zoom

    - limit how far in / out they can go

    - allow dragging inside zoomed area (not working for me) no drag at all

    8bitwidgets.com/test/zoomtest

  • awesome! I'll test this out today!

    Sincerely,

    Caleb

  • Hi everyone, so I have an idea of how to do a zoom from this excellent capx example: construct.net/en/forum/construct-2/how-do-i-18/smooth-pinchzoom-137641

    However this zooms in but this version lacks the ability for me to then drag / move around the zoomed in area.

    I have some text that can be hard to read on smaller screens that I just wanted to allow folks to zoom in and read stuff.

    Just the basic kind of behavior you'd expect on a normal website using a mobile device.

    Thanks!

    Caleb