Changes between Initial Version and Version 1 of Ticket #10748, comment 9
- Timestamp:
- Nov 25, 2018, 2:23:27 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10748, comment 9
initial v1 1 Unflipping the background ( View410, style=0) removes the garbage edge.1 Unflipping the background (picture=410, style=0) removes the garbage edge. 2 2 * send rm558 drawPic 410 0 3 3 4 4 Flipping it again (style=1024 aka 0x0400) returns the garbage edge. 5 5 * send rm558 drawPic 410 1024 6 7 Exploring 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 14 If a room has garbage on the edge, it was flipped. 15 If a room does not have garbage, it was not flipped. Flipping adds garbage to it.