R0J0hound's Recent Forum Activity

  • That's not a plugin, It's a game template capx. If it doesn't use any third party plugins it will load fine in C3. You can also ask the question on the store item you're interested in. The author of that template is pretty active in answering questions.

  • None will work for c3 unless the author ports it to c3 and mentions it in the store.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You may just need to do something different altogether for the terrain instead of using what I did. That array contains all the heights of the terrain which are interpolated to give a smooth terrain. All my function does is do random sized hills + a downward slope to keep everything mostly downhill.

    Just dealing with arrays can be hard to visualize. Try to make another project that makes a Sprite go right and sometimes goes down to get some ideas.

    Don't use the platform behavior, it clashes with the events. If you want it to jump then do "on touch" -> set vy to -100 or something.

  • Maybe double all your objects on separate layers and use blend modes with rectangles to clip stuff to a view. To be faster you'd probably just use events and behaviors on the first originals and position the copies. There are likely lots features that wouldn't work well with that though.

  • LaurenceBedford

    No. The sdk doesn't support a plugin like this currently and I don't think I have enough time or interest to do it if it did.

  • Just click on several different instances and give them different values for their instance variables. It doesn't matter what values. Then go back to the manage variables dialog and it will say <varies>. So basically it's not something to need.

  • Hi tonypond

    For mirror and flip you can set the width and height to negative. I find that more useful as the actions you refer to do that anyway and are redundant.

    I didn't add scale as that's based on image size and I thought it made things unintuitive because you can change the texture size with the set resolution action. It can be done with the set size action if it's really needed.

    So I think I purposely didn't add those two features.

    Any pasted objects should draw exactly as they are overlapping the paster object. So that last bit should be true. I don't think you can load an image into the paster object but you can load it into a Sprite and paste it.

    I'm glad you find it useful but I'm avoiding updating it unless I absolutely have to.

  • It just means different object instances have different values.

  • cjbruce

    Thanks, I'm glad you enjoy it.

    Pwnetheus

    I don't know the cause for the first bit. For the second it sounds like you're adding another condition instead of another event. You may want to run through a few tutorials and maybe read the events section of the manual. I'm not that great at explaining that stuff.

  • SpyDaniel

    Sorry, I'm not working on effects anymore so I won't be able to do that.

  • No, and probably won't.

    The only new feature that sounded interesting was being able to run the editor on mobile. My phone doesn't support it though.

  • I'd assume that's something you'd email their support about.

R0J0hound's avatar

R0J0hound

Member since 15 Jun, 2009

Twitter
R0J0hound has 157 followers

Connect with R0J0hound