วันอาทิตย์ที่ 4 กันยายน พ.ศ. 2559

เฉลยเกมที่ให้ใช้คำสั่ง trace ลองทำครับ


เฉลยเกมที่ให้ trace ของครั้งที่แล้วนะครับ เฉลยๆๆ

Code ทั้งหมดของไฟล์ HelloWorld.as ตามนี้เลยครับ

package
{
    import flash.display.Sprite;
   
    public class HelloWorld extends Sprite
    {
        public function HelloWorld()
        {
            trace("HelloWorld!!");
            trace("--- Fl ---");
            trace("//////////  //");
            trace("//          //");
            trace("/////       //");
            trace("//          //");
            trace("//          //");
            trace("//          //");
            trace("--- Fb ---");
            trace("//////////  //");
            trace("//          //");
            trace("/////       //");
            trace("//          //////");
            trace("//          //  //");
            trace("//          //////");
            trace("--- END ---");
        }
    }
}


แถมรูปครับ




ช่วงนี้มือใหม่เลยแถมรูปให้ดูเล่นครับ เดี๋ยวเห็นแต่ Code แล้วจะปวดหัวกันไปซะก่อน

ไม่มีความคิดเห็น:

แสดงความคิดเห็น

Set MongoDB in the windows path environment

  Let’s set MongoDB in the windows environment in just a few steps. Step 1: First download a suitable MongoDB version according to your mach...