How can you make a car stand on a red light?
Posted: 02 Aug 2018, 00:42
I'm making a different kind of traffic light.
(Transverse signal light)
I succeeded in making the red light and blue light blink.
But they couldn't figure out how to stop the car from the red light.
Is there a good way?
(Transverse signal light)
I succeeded in making the red light and blue light blink.
But they couldn't figure out how to stop the car from the red light.
Is there a good way?
Code: Select all
[
{"id":"traffic_signal02_choggoba_00","type":"animation","frames":[{"bmp":"traffic signal2_1.png","x":0,"w":32,"handle y":17}]},
{"id":"traffic_signal02_choggoba_01","type":"animation","frames":[{"bmp":"traffic signal2_1.png","x":32,"w":32,"handle y":17},{"bmp":"traffic signal2_2.png","x":32,"w":32,"handle y":17},{"bmp":"traffic signal2_3.png","x":32,"w":32,"handle y":17}],"speed":0.1},
{"id":"traffic_signal02_choggoba_02","type":"animation","frames":[{"bmp":"traffic signal2_1.png","x":64,"w":32,"handle y":15}]},
{"id":"traffic_signal02_choggoba_03","type":"animation","frames":[{"bmp":"traffic signal2_1.png","x":96,"w":32,"handle y":15},{"bmp":"traffic signal2_2.png","x":96,"w":32,"handle y":15},{"bmp":"traffic signal2_3.png","x":96,"w":32,"handle y":15}],"speed":0.1},
{
"id":"traffic_signal02",
"author":"choggoba",
"type":"road decoration",
"title":"traffic signal2",
"text":"가로식 신호등",
"price":50,
"animation":[
{"id":"traffic_signal02_choggoba_00"},
{"id":"traffic_signal02_choggoba_02"}
],
"frame animation indices":[
[0,1],[0,1],[1],[1],
[0],[0],[],[],
[0,1],[0,1],[1],[1],
[0],[0],[],[]
],
"animation fg":[
{"id":"traffic_signal02_choggoba_01"},
{"id":"traffic_signal02_choggoba_03"}
],
"frame animation fg indices":[
[0,1],[0],[0,1],[0],
[0,1],[0],[0,1],[0],
[1],[],[1],[],
[1],[],[1],[]
]
}
]