トピック
gronade GRONADE

WEND...

This will probably sound stupid, but how do I continue code after the use of WEND. For some strange reason my code will get to the word WEND and then nothing else will happen. PLZ HELP ME!!!!!!!!
0そうだね
未プレイ
返信[1]
親投稿
V360 TheV360
What does the code look like? If you're trapped in an infinite loop, like WHILE 1 ... WEND, you can just use BREAK to break out of the loop.
0そうだね
プレイ済み
返信[2]
親投稿
gronade GRONADE
Ill put a screen shot up now.
0そうだね
未プレイ
返信[3]
親投稿
*J.P.* DEV NEWPICY3
yeah break should work..
0そうだね
プレイ済み
返信[4]
親投稿
gronade GRONADE
I already tried that and it didnt work, do i have to use it with something else?? Because i just used it by itself.
0そうだね
未プレイ
返信[5]
親投稿
*J.P.* DEV NEWPICY3
try: WHILE 1 BEEP RND(132) IF BUTTON() AND #A THEN BREAK BACKCOLOR RGB(RND(255),0,0) WEND -warning- *may flash red colors and make annoying noises*
1そうだね
プレイ済み
返信[6]
親投稿
gronade GRONADE
Well it did something(it scared me).
0そうだね
未プレイ
返信[7]
親投稿
gronade GRONADE
Actually, i just relized something, that code could be used for getting rid of dead/stuck pixels. Awesome!!
0そうだね
未プレイ