Well, i typed this code:
RawClearScreen(0);
RawSetColor(1981)
string radius;
InputBox("Give the value of the radius",radius);
StringToInt(radius);
RawDrawCircle(200,150,radius);
The problem is that any number i type, the computer fills its screen with green (Which is the colour that should have the circle, by the way).
Can anyone tell me what 's going on?
RawClearScreen(0);
RawSetColor(1981)
string radius;
InputBox("Give the value of the radius",radius);
StringToInt(radius);
RawDrawCircle(200,150,radius);
The problem is that any number i type, the computer fills its screen with green (Which is the colour that should have the circle, by the way).
Can anyone tell me what 's going on?