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

#1 2012-02-22 13:25:11

king12314
New Scratcher
Registered: 2012-02-11
Posts: 5

i need help, i tried to do it but...

so hi guys,
today i tried to make a script that if the number between 90-100 i will get the message "u did it" and if i won't get so it will send the message "fail"

thanks  smile

Offline

 

#2 2012-02-22 13:30:45

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: i need help, i tried to do it but...

king12314 wrote:

so hi guys,
today i tried to make a script that if the number between 90-100 i will get the message "u did it" and if i won't get so it will send the message "fail"

thanks  smile

when gf clicked
forever
    ask [What number do you guess?] and wait
    if <<(answer) > (90)> and <(answer) < (100)>>
        say [You did it!]
    else
        say [You failed to get it.]
    end
Like that?

Last edited by Magnie (2012-02-22 13:31:24)

Offline

 

#3 2012-02-22 13:31:09

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: i need help, i tried to do it but...

EDIT : outposted

when gf clicked
ask [what is the number]
if <<(answer)> [90] and <(number) < [100]>>
say [you did it]
else 
say [fail]
end

Last edited by muppetds (2012-02-22 13:32:29)


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#4 2012-02-22 13:31:09

ImagineIt
Scratcher
Registered: 2011-02-28
Posts: 1000+

Re: i need help, i tried to do it but...

I don't understand. What do you need?

Offline

 

Board footer