Discuss Scratch
- Discussion Forums
- » Things I'm Making and Creating
- » Just BASIC help
- 5632622roblox
-
100+ posts
Just BASIC help
ok here's the script:
Print “Now TFing”
var = 1
GOTO
Print var; “ seconds”
var = var + 1
TIMER 100, 'Go here after 1000 milliseconds
WAIT
if var == 100 then
TIMER 0 'Turn the timer off or it will continue to fire each 1000 milliseconds.
GOTO 'Go here after the timer fires.
print “TFed”
GOTO
CLS
print “completely Turned into POKEMON.”
any problems? thanks.
Print “Now TFing”
var = 1
GOTO
Print var; “ seconds”
var = var + 1
TIMER 100, 'Go here after 1000 milliseconds
WAIT
if var == 100 then
TIMER 0 'Turn the timer off or it will continue to fire each 1000 milliseconds.
GOTO 'Go here after the timer fires.
print “TFed”
GOTO
CLS
print “completely Turned into POKEMON.”
any problems? thanks.
- DotDash
-
1000+ posts
Just BASIC help
this would belong in Help with Scripts. ok here's the script:
Print “Now TFing”
var = 1
GOTO
Print var; “ seconds”
var = var + 1
TIMER 100, 'Go here after 1000 milliseconds
WAIT
if var == 100 then
TIMER 0 'Turn the timer off or it will continue to fire each 1000 milliseconds.
GOTO 'Go here after the timer fires.
print “TFed”
GOTO
CLS
print “completely Turned into POKEMON.”
any problems? thanks.
- Poemon1_REMIX
-
100+ posts
Just BASIC help
this would belong in Help with Scripts. ok here's the script:
Print “Now TFing”
var = 1
GOTO
Print var; “ seconds”
var = var + 1
TIMER 100, 'Go here after 1000 milliseconds
WAIT
if var == 100 then
TIMER 0 'Turn the timer off or it will continue to fire each 1000 milliseconds.
GOTO 'Go here after the timer fires.
print “TFed”
GOTO
CLS
print “completely Turned into POKEMON.”
any problems? thanks.
NO! This isn't Scratch, it's a different language, called Just BASIC!
- Discussion Forums
- » Things I'm Making and Creating
-
» Just BASIC help