Hello there,
I’m currently trying to develop myself in other languages. I’ve taken a look at c++ (openframeworks) and processing. My knowledge in actionscript helps alot, but I cannot get over one thing. No event listeners. It just makes things so incredibly less straight forward.
For example, how could you add a function when a certain element is clicked in c++? I cannot think of an easy way and it just seems to overcomplicate things so much.
As far as I know c++ is used in heavy game development. But actionscript just seems like a much friendlier enviroment with eventlisteners. Am I missing something here?