Hi,
As I created a project, it runs sinchronous in the application bu as I upload it in my projects in My Stuff. There is a time delay that shouldn't be there as the object should hit the sprite and it should fall at that exact moment. Check the video, and all the suggestions are welcome.
Thank You,
N.
Offline
You are more likely to get help if you provide a direct link to the project that is causing trouble.
Did you have a "broadcast" to force synchronization, or were you relying on two scripts running at about the same speed?
Offline
<a href='http://scratch.mit.edu/projects/Endorfin/38795'><img src='http://scratch.mit.edu/static/projects/Endorfin/38795_med.png' width='425' height='319' alt='Scratch Project'></a>
Here it is (I thought You could click on my name and watch it). I'm not that computer literate, just know what I want to do, and then combining it, even if it sometimes it's not that elegant. The thing is that i've ive installed scratch and haven't read the manuals yet, just created this.
When it was over, it ran perfectly on my terminal, but when it was uploaded, I had to reupload it twice again to adjust the time (the CONTROL- WAIT x SECONDS) had to be decreased from 1sec (as in original script) to 0.5 when uploaded.
Looking forward to hear from you,
N.
Offline
I assume that the problem you are referring to is getting the second set of actions to start when the first sound finishes.
Try using
broadcast action1 and wait
broadcast action2 and wait
when I receive action1
play sound Mehun and wait
when I receive action1
goto x: y:
....
when I receive action2
play sound hhat and wait
when I receive action2
switch to costume
....
Offline