Simple example of troubles I meet while learning.
I needed to detect collision and spawn actor in those coordinates. I decided to go with sending a message, when collision happens. How do I do that? It is not in the crash course, on Stencylpedia I found only short description of term message
Message
An individual “phrase” sent between Behaviors is called a Message. Note that for Messages to be received properly, the Message must be spelled in the When This Hears Event Block EXACTLY as it appears in the messaging Action Block.
Which didn't explain to me what to do or how to create them. So as a result I ended up at the forum creating new topic.
I've got a response, but when I did as suggested, it still didn't work. I felt a bit uncomfortable to ask further, because I felt I messed up somewhere else, but was unsure.
So I went through several forge games and checked whether any of them had what I needed and at last found a solution.
It happened that I had a hidden bug in other place and forum suggestion was right from the beginning.
As a result I've spent quite a lot of time dealing with rather simple task. And I would be unable to solve it at all if I was not online.
Situations like that are indeed educational, just it is a long way of learning things.
I like small challenges like that, but for some people they can turn into frustration.
If documentation cannot cover everything (or I am simply too dumb to find the answer), rescue can come from examples. And if those examples are created by pro's for newbies like myself that would be an awesome help.