hey there, I am unclear about something:
1) when I use STRETCH SPRITE like this: stretch sprite 1,50,50 everything works fine, but if I declare the variable STRETCHING = 50 and use the command like this: stretch sprite 1,stretching,stretching, the sprite won't stretch
2) if I have 2 subroutines which are placed one after the other and none of them ends with the RETURN command, if I call the first one, after it terminates, is it normal to read the second SUB even if I didn't call it or should it terminate the program ( both are placed at the end of the project file so I figure that after an EXIT command from the first sub, the program should exit, while instead, it goes to the second loop )
Could you help me treat my injured Dino-Fly ?