Difference between revisions of "Category talk:How To"
Jump to navigation
Jump to search
(Added ideas for articles) |
|||
Line 14: | Line 14: | ||
* How to know if a sprite overlaps another (or would "collides with" be better?) | * How to know if a sprite overlaps another (or would "collides with" be better?) | ||
− | * How to know if a cell has been clicked in a | + | * How to know if a cell has been clicked in a TileDisplay |
+ | * How to know what text row/column is under the mouse in a text display | ||
+ | * How to make synthesized sounds (a more in-depth guide than [[Sound.init]]) |
Revision as of 21:00, 4 December 2021
All articles are under letter "H"
I find it good that this page exists on the one hand.
On the other hand, as it grows in articles, it's a pity that they are all thematically mixed and all appear under the one and only all-dominating letter "H" because they all start with "How to".
I just wanted to comment on that. Right now I can't think of a good solution for this problem.
--SebNozzi (talk) 20:45, 4 December 2021 (UTC)
Ideas for how-to articles
Let's gather here some ideas for possible how-to articles:
- How to know if a sprite overlaps another (or would "collides with" be better?)
- How to know if a cell has been clicked in a TileDisplay
- How to know what text row/column is under the mouse in a text display
- How to make synthesized sounds (a more in-depth guide than Sound.init)