I am making a project but I can only give limited details on it for obvious reasons I got it working but the sine wave is 'flickering' and not smooth. Could someone solve this problem for me? Thanks for help.
Project link:
http://www.scratch.mit.edu/projects/arthurz/2812143
Offline
I would like to help, though I have a lot of homework at the moment. Are you willing to wait till Friday (or the weekend) for help?
Offline
Unfortunately the only way to solve this problem is to hard code the wave. That is, unloop it and have repetitive code over and over again. The reason that it's flashing is because there's no buffer in between your "frames" which aren't really frames, but many frames strung together so there's no way to really get rid of the flashiness except to make it do it all in one frame.
Offline