- Sep 19, 2018
- 31
- 15
Old saves dont work (at least for me)
If you start a new game and skip the prologue, you start at 0.1.7c
If you start a new game and skip the prologue, you start at 0.1.7c
You don't need it. The new game and skip prolog takes you to the start of the new content.Does anyone have a save at the end of the last update?
After anxiety attack, go west from market to the school's entrance and there's a twinkle twinkle on the blue bench, click that one.After the anxiety attack, where are you supposed to hide? I would say I clicked everything, but clearly I did click the correct thing
If I may be so bold for 3 suggestions that I personally like;luchettodj94 TechnoParagon Sangoku25
Thanks for the bug and crash report, Lads. Those bug and crash reports are being solved as we speak. I'm very confident that I finally found the reasons why. I'm implementing a prominent solution to prevent the game from potential crashes in future updates.
pandemonium Haha, nice one. That is true and F95 warned me about it back in March 2022. So, the title for this game is "Sasha's Story -Culture Shock" exclusively for f95. heavenly pete there will be many of those as the story unfolds^^
You can manually preload the image and add an event listener to the preloader so that it only switches the image once it's actually loaded; otherwise it'll unload the previous frame before it finishes loading the new one which causes the flickering.TechnoParagon The flickering is due to a stop-motion technique I use. The funny thing is; every character uses the same programming method. Some flickers some don't. lol. I'll keep experimenting.
ImageManager.loadPicture("Image Name Here").addLoadListener(bitmap => $gameScreen.showPicture(pictureId, "Image Name Here", origin, x, y, scaleX, scaleY, opacity, blendMode );