lionz's Recent Forum Activity

  • You can get the localstorage item then say if sprite.animationframe = localstorage.itemvalue

  • I made something similar and I set their go to point to something within a range like x=random(mouse.x-30,mouse.x+30), y=random(mouse.y-30,mouse.y+30), this gave the effect of gathering in a spot but not overlapping.

    If it needs to be really specific then you can decide where the positions are for the squad and assign each one an ID which is a specific position when you click, so the leader appears at mouse click, and the rest arrive at one of the other chosen positions based on their ID.

  • If you set the paint cards to 11,12,13 which they should be anyway really, you can use 'for each card (ordered)' by their value, then on an action you can use 'move to top/bottom' of layer.

  • This is a little complicated to explain, but if your event is bullet on collision with player > player destroy, then you need sub events to compare the bullet variable back to the shooter. Sub event would be something like pick player(shooter) where name = bullet.name (the variable that you mentioned to track the shooter).

    But there is a further problem, because you already narrowed picked instances to the player who was shot so 1 player, you need to open up the other players again to be picked, so first you need a sub event like system pick all players, then a further sub event with the above logic about using the bullet variable

    OR instead of using these sub events you can call a function that inside has the logic for picking the shooter and incrementing their variable and also does not have 'copy picked' enabled.

  • I guess it would be to set from array.at(curx,1) since that's where the json string is stored. Curvalue won't work as that would be curx,0 which is 'Vendors'

  • You will need to pick the instance so 'bullet on collision with player' condition, then action is increment player.variable.

  • If you add an Else it will run the events you want when there is no instance on screen

  • I'm no artist but I think the strip needs to be exact dimensions so for example if your character animation is frames of 32 width and there are 4 frames then the strip needs to be width of 128 so it can be chopped correctly. If it looks offset then it means there is blank space or the frames are incorrect size.

  • You can select the number of sprites per row and the dimensions when you import. If it's still wrong then that means the image itself is offset and you have to fix it at the artist stage.

  • Adding system 'for each' shape to the condition should fix this

  • Contact customer support again, we are just Construct 3 users and can't help with this.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 75 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