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.


Messages - Vintil

Pages: [1]
1
Какие значения $_return1,2 возвращает IF_PICTURE_IN , если НЕ находит картинку? спецы, подскажите плз.. Я предполагаю, что нули, но нужно точно знать. Возможна ли такая конструкция:

skip: cabbage
   GETSCREEN
   IF_PICTURE_IN ($lx,$ty, $_xmax,$_ymax-90, "cabbage.bmp", 80) 
      LCLICK($_return1, $_return2)
      IF($_return1>0)&($_return2>0)
         GOTO(cabbage)
      ELSE
         GOTO(wheat)
      END_IF
   END_IF

Pages: [1]