Search found 12 matches
- Tue Jan 28, 2014 11:22 pm
- Forum: Support and Development
- Topic: Problem with collision code
- Replies: 2
- Views: 2103
Re: Problem with collision code
Thanks! The solution was right in front of my face lol
- Tue Jan 28, 2014 8:37 pm
- Forum: Support and Development
- Topic: Problem with collision code
- Replies: 2
- Views: 2103
Problem with collision code
I just started this new project but right out of the gate I'm having a problem I can't fix, this is supposed to simply reset the player to the last non-collision space but instead its doing all sorts of weird things, I've done this a million times already and I can't figure out whats wrong. P.S. the...
- Mon Jan 27, 2014 12:48 am
- Forum: Support and Development
- Topic: Best alternative to Tiled and/or ATL?
- Replies: 1
- Views: 1704
Best alternative to Tiled and/or ATL?
As most of you who use it probably know, with the newest love update ATL no longer works, although it is easily fixable which i have done already I fear that in future updates it will go beyond just a simple fix. So I am looking for a good alternative to Tiled and/or ATL, it doesn't have to be very ...
- Fri Dec 20, 2013 1:40 am
- Forum: Libraries and Tools
- Topic: Advanced Tiled Loader - No longer maintained
- Replies: 260
- Views: 190539
Re: Advanced Tiled Loader - Updated to 0.12.1!
Will this be updated for 0.9.0 eventually?
- Tue Oct 29, 2013 1:04 am
- Forum: Support and Development
- Topic: Tiled collision help
- Replies: 3
- Views: 2162
Re: Tiled collision help
I did code the collisions ... or I tried to anyway, that is why I'm asking, I don't know what I may have done wrong or not done.Ranguna259 wrote:There's nothing wrong with your code, code collisions and then post you questions, just read the tutorials on the wiki
- Mon Oct 28, 2013 10:24 pm
- Forum: General
- Topic: Avatars: OBEY!
- Replies: 763
- Views: 1199834
Re: Avatars: OBEY!
Mine isn't very original, but I like it XD
- Mon Oct 28, 2013 9:19 pm
- Forum: Support and Development
- Topic: Tiled collision help
- Replies: 3
- Views: 2162
Tiled collision help
So, I just recently asked this and I spent quite a bit of time trying to figure this out based on what I learned ... but i still can't seem to get it right ... could someone just take a look at my .love and tell me what i'm doing wrong and what I did right? It would be much appreciated. .love >> htt...
- Fri Oct 25, 2013 1:32 am
- Forum: Support and Development
- Topic: How do I do collision with Tiled ?
- Replies: 8
- Views: 7348
Re: How do I do collision with Tiled ?
if you right click on the stone tile in the tilesheet and give it a property called "obstacle" or "solid" or "poophole" and then when you iterate over the tiles on your map inside the code, you can say something like: for x, y, tile in map("Layer_Name"):itera...
- Tue Oct 22, 2013 9:20 pm
- Forum: Support and Development
- Topic: How do I do collision with Tiled ?
- Replies: 8
- Views: 7348
Re: How do I do collision with Tiled ?
Well honestly, both.micha wrote:In which part do you need help?
- Tue Oct 22, 2013 7:53 pm
- Forum: Support and Development
- Topic: How do I do collision with Tiled ?
- Replies: 8
- Views: 7348
How do I do collision with Tiled ?
I'm in the process of making a game right now, and I made a map with the Tiled map editor and am using ATL to load it, I got it to display and everything properly but I'm a bit lost as far as how to do collision, can anyone tell me how to go about doing it ? and please if you can, keep in mind i'm n...