You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
frame += 1
|
|
if (frame > 3)
|
|
frame = 0
|
|
if (frame == 0)
|
|
bg = 134
|
|
if (frame == 1)
|
|
bg = 135
|
|
if (frame == 2)
|
|
bg = 136
|
|
if (frame == 3)
|
|
bg = 137
|
|
alarm[0] = 10
|