Loya

Results 19 issues of Loya

## This issue is a.... [ ] Bug [*] Other kind of issue (Please describe in detail) ## Current Behavior Only one greeter text is available. ## Expected Behavior I...

Used `ffmpeg` for implementation. I tried other modules like `pydub`, none of them works as good as `ffmpeg`. If using `ffmpeg`, then this project needs come with **ffmpeg for windows,...

wontfix
missing block
discussion

Test File: ```python from pystage.en import Sprite, Stage stage = Stage() sprite = stage.add_a_sprite() def start(self: Sprite): while True: self.say(self.touching_mouse_pointer()) sprite.when_program_starts(start) stage.play() ```

After I implemented inner function, I realize I implemented `stop this` and `stop others` too. Here is a project url for test this feature. https://scratch.mit.edu/projects/875934781/editor/

### Detailed Explanation Firstly, after discussing with @VictorNorman, we have concluded that by moving the broadcasting handler out of the main game loop, we can reduce the running time. We...