lionz's Recent Forum Activity

  • I've investigated it and the crash happens when a 'Canvas' is in the level in that location, it has problems saving it. As to why this happens, I don't know, I would speak to the creator of the plugin about it or file a bug report.

  • And what is your event for setting the font?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You could use 'Families' for Classes, so Priest 'Family' has a set number of stats and spells. When Player chooses class you add them to the Family and they gain all Priest stats and abilities. For the spells you just use events if Priest is level 1 > certain spells are unlocked, if Priest is level 2 > other spells are unlocked. Depends how detailed your game is tbh.

  • It might be stuck inside one of the invisible sprites. Not much anyone can do without a .capx share, even a cut down basic version.

  • Edit the collision box, it's the button under the imagepoints in the image editor. You can add more points and shape it how you want.

  • Did you check the font section on the properties bar to see if it's listed in C2?

  • Make sure all the players are in one family and it's good to go

  • I see what you mean, I was checking Family colliding with Family or Sprite colliding with Sprite. Is it essential that you use the logic Sprite colliding with any Family? I would just use the object name for picking as inheritance on families is strange.

  • If 'Block' is a Family itself then PickedCount is 2, if 'Block' is within a family, PickedCount is still 2. Your PickedCount return action must be in the wrong place.

  • Where it says 'Loader style' set it to 'nothing'. Although depending on the device or your setup it may just show a black screen instead of the blue load bar.

  • It refers to the ones involved in the collision. On object collision > sub-event : Pick instance 0, Pick instance 1. Instance 0 is the first object to collide, instance 1 is the one collided with. So if you set up the following :

    On sprite colliding with sprite :

    ----Pick sprite instance 0 : Text 1 set Text sprite.UID

    ----Pick sprite instance 1 : Text 2 set Text sprite.UID

    Text 1 would show the UID of the sprite that collided and Text 2 would show the UID of the sprite that it collided with. This is how I do it when it is the same objects that are colliding.

  • Yes it's because of the wait. You are not destroying the player object when it dies, rather repositioning it so the player can move the sprite whilst the wait is going on. Put the wait outside of the function or don't use a wait at all as in the above example.

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 72 followers

Trophy Case

  • 11-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

24/44
How to earn trophies