zmpq's Forum Posts

  • You do not have permission to view this post

  • how do i reference the newly created object to access its sprite.count?

  • i'm creating objects just by name, with which comes from a list of strings

    how do i check if that object name doesn't exist within the project?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • has anyone experienced this where the html export is being flagged as a threat?

  • hi,

    i want to copy/paste a layout across different projects

    is it possible that when it's time to use this layout, the viewport size will change to what it needs to be to correctly display the copy/pasted layout? right now i have to figure out through trial and error the acceptable layout scale value depending on the landing project's viewport size

  • i found out that it's some objects in the layout having a similar name to one from the other project

    i was finally able to copy and paste by renaming, but then started encountering an issue when i try to run the project and it's just a blank screen. looked at the console log and saw this

    i noticed that some functions in the copy/pasted event sheet are getting auto renamed having a number added at the end when there are similarly named ones within the project, but the actions that are calling those functions still have the original name

    but the worst of this is if i happen to leave this be and not fix these actions calling the wrong function and then close the project, the c3p file is now corrupted and i can't reopen it

    do you happen to know how that can be fixed?

  • You can right-click the layout and copy it, then paste to another project. Then copy-paste all events from the event sheet. If there are any objects or variables missing, the editor will tell you.

    is there a way for me to troubleshoot this? i can't figure out what it could be that's preventing me from copying this layout onto another project

    is it same filenames? same variables?

    initially i saw one textbox that had an instance variable and thought deleting that would've solved my problem, but it's still giving the same error

  • i have ui that i want to reuse across different projects

    is this possible?

  • codecanyon.net/item/basketball-hoop-game/43165958

    how can i achieve something like this where the ball is interacting with the net, but they aren't colliding?