Hi guys, I tried to remake a my old project (video) in HTML5. I have some questions and problems to make in construct2:
1)To change level (or rooms or you like), do I need more layers?
2)I tried to create a clone object for player with same Y coordinate at the end of first level, but don't work.
Cannot create an instance of the object type 'playerbox2': there are no instances of this object anywhere in the project. Construct 2 needs at least one instance to know which properties to assign to the object. To resolve this, add at least one instance of the object to the project, on an unused layout if necessary.