Discuss Scratch

5632622roblox
Scratcher
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.
DotDash
Scratcher
1000+ posts

Just BASIC help

5632622roblox wrote:

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.
this would belong in Help with Scripts.
Poemon1_REMIX
New Scratcher
100+ posts

Just BASIC help

DotDash wrote:

5632622roblox wrote:

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.
this would belong in Help with Scripts.

NO! This isn't Scratch, it's a different language, called Just BASIC!

Powered by DjangoBB