Cloned Object + Sprite Edit = Pandemonium

This forum is currently in read-only mode.
From the Asset Store
This is a single chapter from the "Construct Starter Kit Collection". It is the Student Workbook for its Workshop.
  • Okay, here's the backstory.

    When I started out, I just used green boxes of various widths as placeholder platforms. These, obviously, could just be a single object stretched to various widths, as the sprite was just a green box.

    Fast forward to now, when I have unique sprites for each different-width platform. Stretching the sprites for one just looks terrible, so I need several different objects. I used Paste Clone on the basic platform several times, and now have several platforms which should be allowed to take different sprites and be placed where the old stretched ugly ones were.

    The problem is this: Whenever I change the sprite on one platform, it changes the sprite on every object that was cloned from the original platform, that is to say, every platform. So I cannot in fact have unique sprites with this approach at all. Considering this, I was just wondering what the exact purpose of Paste Clone even is, if it does not differ in any noticeable way from straight Paste.

    I'm aware that, in the time it took to type this post, I could have just made seven new objects, made them solid, and given them a width and height. The problem isn't really just here, because this just seems like a weird design issue, unless there's something I'm not understanding. It'd be great to be able to have objects that have different sprites and the exact same behavior. I would hate to hard-code every single enemy in an RPG.

  • Paste Clone is there so you can copy and paste an objects graphical data. IE animations.

    If you want several objects to share the same events, but have different graphics, experiment using Families.

    You can create a family, or use an existing one like Terrain for example, and apply events to this:

    +Player collides with "Terrain"
    [ul]
    	[li]do stuff[/li]
    	[li]do other stuff[/li]
    [/ul][/code:2uhbb17y]
    
    Rather than having to make new code for each object, you just assign the Family to the object and the rest is taken care of 
    
    *EDIT*
    YAY 700 Posts 
    
    ~Sol
  • Here's what you do:

    Keep your plain green platforms. I make mine out of square BG Tiles so I can easily see the grid when I stretch them.

    Then you make your decorative tiles separately, without any collision:

    <img src="http://xs433.xs.to/xs433/08470/platforms510.png">

    Put all your decorative tiles on a layer above the actual platforms. Easy.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • i suggest what deadeye says, because with said system your character wouldnt walk around on rocks or "high grass" in your background graphic. u shouldnt ever use actual sprites for collision detection unless its called for, or else your player could hang by his nose xD or something like that.

  • Not to mention it's easier to code for. You only have one or two different things to detect rather than 20 or 30 (yeah, you could use Families but if you don't have to then why bother?).

    It's also much easier to build levels that way. It's easier to move instances of one object around for testing, rather than 20 or 30. And when your level is how you like it, you put the decorations on after.

  • Paste clone is broken. It's meant to make a copy of the sprite's images, so when you edit it, you don't affect any other types (as you would expect). I don't know why it's not making a copy - somehow it's just referencing the old images. But you're right to be surprised Hopefully it'll be fixed soon.

  • Huh? I thought it was supposed to work that way

    But yeah, I think the fixed way would be more useful

  • Paste clone is broken. It's meant to make a copy of the sprite's images, so when you edit it, you don't affect any other types (as you would expect). I don't know why it's not making a copy - somehow it's just referencing the old images. But you're right to be surprised Hopefully it'll be fixed soon.

    could you please leave it the way it is???? and make a new option called paste new copy or sumthin like that for what paste clone is supposed to do.

    i say this because paste clone the way it is now is actually quite usefull, when you want multiple objects that all share anim frames, fixing it would break a lot of games that need it.

    it has streamlined the process of making animations in some of my games because now i only have to edit one object instead of 3, or 30. the way it is now is way more useful than the way its supposed to be. its amazing for making level editors and things like that (what i use it for) please make a new option for its intended purpose instead of overwriting the current one

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)