Changes between Initial Version and Version 1 of Ticket #10748, comment 9


Ignore:
Timestamp:
11/25/18 02:23:27 (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10748, comment 9

    initial v1  
    1 Unflipping the background (View 410, style=0) removes the garbage edge.
     1Unflipping the background (picture=410, style=0) removes the garbage edge.
    22* send rm558 drawPic 410 0
    33
    44Flipping it again (style=1024 aka 0x0400) returns the garbage edge.
    55* send rm558 drawPic 410 1024
     6
     7Exploring other rooms...
     8* Get the room object's name (rm123).
     9  * vv g 2
     10* Get the pic and flip state (substituting the room number).
     11  * vo rm??? picture
     12  * vo rm??? style
     13
     14If a room has garbage on the edge, it was flipped.
     15If a room does not have garbage, it was not flipped. Flipping adds garbage to it.