Hi Mindfaq!
Sidescroller with Dialog in under 100 Events (in progress!)
https://www.dropbox.com/s/16knzyn4rpd8rz8/sidescroller_dialog_100events-singlefile.capx?dl=0
(needs Rex's CSV plugin http://c2rexplugins.weebly.com/rex_csv.html)
Here is my work in progress! I am going to work on tweaking the dialog branching system so it can check for multiple variables instead of just one, but for now I kept it simple.
I added a few functions such as tweaking the dialog position (so if the character appears on the left, the dialog can also appear on the left, etc), changing text speed, and other little things.
I deleted the background function and had the image function handle backgrounds to allow fading between background images. However, I have a weird problem with the background image where it doesn't center correctly (it settles to the side instead of the center even though I try to make it center), so I had to compensate by adding an offset.
I also sometimes still have a problem with flickering where you can see the text in the wrong position or the textbox in the wrong size for just a frame (probably due to browser lag?). I put in a lot of different measures to counteract it but I wonder if there's a foolproof way to prevent it? It's an extremely minor problem so I don't mind if there is no solution to it.