Roku HD110 User Guide - Page 52

off_bitmap, x_origin, On and off images are NEXT_ON.BMP and NEXT_OFF.BMP

Page 52 highlights

• off_bitmap represents the name of the bitmap image that displays when the mouse is not within the defined region. • x_origin,y_origin represents the coordinates for the center of the rollover image. EXAMPLE 6: Rectangular rollover region Example 6 shows what you would enter in the interactive playlist to define a rollover region. In this example: • Starting position is 765, 674 • Rollover region is 96 pixels wide and 43 pixels high • Rollover region is enabled • On and off images are NEXT_ON.BMP and NEXT_OFF.BMP • Rollover images are displayed in the same location as the rollover region Normally, the on and off image have the same dimensions as the rollover region (width, height), and the same starting position (x,y). However, if your on and off images are larger than the touch region you use to activate the on and off images, you can use the rollover origin (x_origin, y_origin) parameters to specify a different starting position. You may also want to adjust the rollover origin if you have a menu with thumbnail images on the left side, and you want a larger image to appear on the right side of the screen when the user places the cursor over a thumbnail image on the menu. EXAMPLE 7: Slideshow, with next and back buttons that light up when the mouse is over them 46 • •

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118

46
off_bitmap
represents the name of the bitmap image that displays when the mouse is not
within the defined region.
x_origin,y_origin
represents the coordinates for the center of the rollover image.
EXAMPLE 6:
Rectangular rollover region
Example 6 shows what you would enter in the interactive playlist to define a rollover region. In
this example:
Starting position is 765, 674
Rollover region is 96 pixels wide and 43 pixels high
Rollover region is enabled
On and off images are NEXT_ON.BMP and NEXT_OFF.BMP
Rollover images are displayed in the same location as the rollover region
Normally, the on and off image have the same dimensions as the rollover region (width, height),
and the same starting position (x,y). However, if your on and off images are larger than the touch
region you use to activate the on and off images, you can use the rollover origin (x_origin,
y_origin) parameters to specify a different starting position. You may also want to adjust the
rollover origin if you have a menu with thumbnail images on the left side, and you want a larger
image to appear on the right side of the screen when the user places the cursor over a thumbnail
image on the menu.
EXAMPLE 7:
Slideshow, with next and back buttons that light up when the mouse is over them