Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ndvhini

Pages: [1]
1
IF_PICTURE_IN (688,350,897,562,"_уровень_05.bmp",-1,100)
   PRINT("_уровень_05.bmp")
   GOTO(301)
   IF_PICTURE_IN (688,350,897,562,"_уровень_05_призрак_ветерана.bmp",-1,100)
      GOTO(STOP)
   END_IF
   IF_PICTURE_IN (688,350,897,562,"_уровень_05_тыквота.bmp",-1,100)
      PRINT("_уровень_05_тыквота.bmp")
      GOTO(STOP)
   END_IF
END_IF

Собственно GOTO(301) не работает, почему то идет дальше и там уже срабатывает  GOTO(STOP).

Pages: [1]