You do not have permission to view this post
random(5,10) or round(random(5,10)) if it needs to be an integer
Jump strength on the platform behaviour. In events you choose the object and set jump strength.
You can use one object for the spawn locations and make it invisible so use a sprite for this then it should be one function for all teleports in the game as you were attempting to use. Send layout to go to and targeted ID to use for set position of the player as parameters in one function.
You may be able to set solid collision filtering with the tags to make the family ignore collisions with itself, try it!
Develop games in your browser. Powerful, performant & highly capable.
Change magnitude to a negative number
Well i'm no maths expert but my approach would be something like :
- divide by 100
- floor the return value i.e. floor(3.9) = 3
- multiply by 100 = points
So if your score is 360, would be 3.6 = 3 = 300
I think you can make the wall solid then it won't move into that tile occupied by the wall?
Yes exactly remove the solid behaviour
I don't think the post was any more specific than the subject? :D but in general you can use the Fade behaviour and trigger it to fade in and out based on distance between the player and an object using distance(player,object)
I don't see how that could happen if they are all moving together. They have different speeds? Did you give them a solid behaviour?
What's the problem? They should move together and you don't need the for each btw
Member since 5 Aug, 2013