This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2007-09-23 18:22:21

Endorfin
Scratcher
Registered: 2007-09-23
Posts: 3

Time Delay

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

 

#2 2007-09-25 00:27:28

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: Time Delay

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

 

#3 2007-09-25 08:26:10

Endorfin
Scratcher
Registered: 2007-09-23
Posts: 3

Re: Time Delay

<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

 

#4 2007-09-25 09:48:11

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: Time Delay

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

 

#5 2007-09-25 12:30:36

Endorfin
Scratcher
Registered: 2007-09-23
Posts: 3

Re: Time Delay

Thanx. When I test this method, I'll report.
Have fun.

Offline

 

Board footer