atomicptr / openfl-tiled

openfl-tiled is a library which gives OpenFL developers the ability to use the TILED map editor.
Other
45 stars 21 forks source link

add ability for "interactive" tiles #54

Closed atomicptr closed 10 years ago

atomicptr commented 10 years ago

What is an "interactive" tile? Well for example coins you draw with TILED but these coins should be collectible. Something like this is pretty hard to do at the moment.

Here is a sample of what I mean from HaxeFlixel (example) (code) (They achieved this by using object groups -> my usual approach :<)

related to #52

atomicptr commented 10 years ago

Okay, these "interactive" things should be made as "objects" (members of an object group) so I'll close this.