I have to do a school project adn I am doing a game. I have run into a problem with the scripting that would change the stage from one type to another. The doors are red. Here is the script:
<when green flag clicked>
<forever>
<if><( <{ vs }><=> 0 )>
<if><( <{ gs }><=> 1 )>
<forever if><( <{ RV }> <>>0 )>
<if><touching color[ red ]
<change{ RV }by( 1 )
<end>
<end>
<else>
<broadcast[ NDS ]
<end>
<else>
<set{ RV }to(54)
<end>
Offline
That script is really confusing me, it seems to be more complicated than necessary. Can you post it in a project so that I can see the problem?
Offline