プレイ日記
duckymomo fluffyofqweam
how do you make 2 loops?
2そうだね
プレイ済み
返信[1]
親投稿
Phoenix B) epicphoenix4
What exactly are you asking? You made 2 loops already. It doesn't go to @loop2 because The GOTO says to go back to the @loop1 label before it can go to loop2. My suggestion? Do this: @ULTRALOOP Gosub @loop1 gosub @loop2 wait 1 goto @ULTRALOOP Then replace the goto @loop1 or 2 with RETURN.
1そうだね
プレイ済み
返信[2]
親投稿
duckymomo fluffyofqweam
im sorry im not good at programing what I mean is how do I print stuff 2 things at the same time
0そうだね
プレイ済み
返信[3]
親投稿
K-Ta LOTW12
Just have the print command in the same loop, although with the locate command you have the first one would be written over.
0そうだね
プレイ済み
返信[4]
親投稿
Hanzo rzsense
Computer cannot roll plural loops in parallel. Why don't you execute 2 stuffs in the same loop?
0そうだね
未プレイ
返信[5]
親投稿
Ezi ElzoBro
You don't,Put both loops in the same loop. So if I wanted it to constantly count up from 10 and count down from 10 then you would put U=0+1 D=10-1 goto @Loop instead of having a @Loop1 and @Loop2
0そうだね
プレイ済み