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

#1 2012-03-08 05:19:40

rattyandratty
New Scratcher
Registered: 2012-03-08
Posts: 3

hi. i'm new :-).

i don't know how to get the (instruction) up on the screen and i don't know how to have a time limit/ so please help.........

Offline

 

#2 2012-03-08 10:31:36

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: hi. i'm new :-).

Welcome (:


Why

Offline

 

#3 2012-03-08 10:58:48

rattyandratty
New Scratcher
Registered: 2012-03-08
Posts: 3

Re: hi. i'm new :-).

hi. so do you know how to get words on the screen or a timer???????????

Offline

 

#4 2012-03-08 11:49:24

rattyandratty
New Scratcher
Registered: 2012-03-08
Posts: 3

Re: hi. i'm new :-).

Hello Every Boddy!!!!!!

Offline

 

#5 2012-03-08 12:28:26

P110
Scratcher
Registered: 2011-04-12
Posts: 500+

Re: hi. i'm new :-).

Hey rattyanddratty I don't know what you mean here:

rattyandratty wrote:

i don't know how to get the (instruction) up on the screen.

Maybe you could explain a bit more, as for the time limit, Here is the script:

Now I don't know which one you prefer so I did 2 scripts for you:

Time LIMIT, (note you have to have timer ticked in the sensor section :.

when gf clicked
reset timer
forever
   if <(timer) = [100]>
     broadcast [time up v] and wait
     stop all
   end
end
Then a time up sprite has this code :.

when I recieve [time up v]
show
And then just a time clock thingi :.

when gf clicked
reset timer
Is this what your looking for? If not just post and I'll see if I can help also PLEASE go into more detail about the instructions thing I can probably help you there too!

Last edited by P110 (2012-03-08 12:31:41)


Me live on 2.0 now  sad

Offline

 

Board footer