    //Oe𒣂B
    //gpO[oϐFListMirrors, x0Mirrors, y0Mirrors, Ang0Mirrors
    //o̓O[oϐFȂB
    task TOuterShot
    {
        let v = 4;
        let nWay = 18;			//ˌ1way
        let ImgList = [RED05, ORANGE05, GREEN05, YELLOW05, AQUA05,  BLUE05];
        let time = [6, TimeMirrorDelay];	//ˊԊuEˑOҋ@
        let light = 2;			//ˌ̌(Βl)
        
        let n = length(ListMirrors);

        ascent(i in 0..n)
        {
            TCreateOuterShot(i, v, nWay, ImgList[i], time, light);
        }
     }