Code Can Be Art - ActionScript 3.0 | 2007/05/16 01:35



AS3.0 으로 처음 작업했습니다. 사실은 이전에 가지고 놀던 탄젠트함수로 만들어 본건데
퍼포먼스가 상당히 좋으네요

공부도 되고 - 0- -0 -
아래는 소스입니다
package
{
 import flash.display.*;
 import flash.events.Event;
 public class Codecan extends MovieClip
 {
  public function Codecan()
  {
   this.initialize();
  }
   
  public function initialize()
  {
   
   var num:Number = 0;
   for (var i = 0; i < 5; i++)
   {
    for (var j = 0; j < 10; j++)
    {
     var circle:Type = new Type();
     circle.x = 30+ i * 180;
     circle.y = j * 38;
     circle.mynum = num;
     circle.alpha = 20;
     circle.sx = circle.scaleX;
     circle.sy = circle.scaleY;
     circle.ang = 0;
     this.addChild(circle);
     num++;
     circle.addEventListener(Event.ENTER_FRAME, enterfrmHander);
     }
   }
  }
 
  public function enterfrmHander(evt:Event):void
  {
   var Thiss = evt.currentTarget;
   Thiss.x = Thiss.scale = Thiss.alpha = Thiss.sx + (Math.tan(Thiss.ang) * (Thiss.mynum * 2));
   Thiss.ang+=(Thiss.mynum / 450);
  }
 }


TAG : , , , , ,

Trackback Address :: http://blog.bizarre07.com/trackback/6
hoyeol 2007/05/16 13:56   Reply / Modify or Del
나는 아주 어렸을때부터 수학과는 거리가 멀었다
특히 함수, 특히 삼각함수 이런것과는...


bizarre 2007/05/16 14:42   Reply / Modify or Del
hoyeol / 나도 그닥 가깝지는 않아 ㅋㅋㅋㅋㅋㅋㅋ

윤기 2007/05/24 10:23   Reply / Modify or Del
아 쩐다. 이런걸 어뜨케 만들어

Write a comment

 







media art vjing Flash 미디어아트 vvvv Processing xna ccrealmixter creative commons Graphic Design Seoul Media Jam 2nd DirectX typography typesql 정재형 interaction Bon Jovi 희망청 as3 adaa data visualization 미디어아트워크샵 peppertones code can be art VDJing papervision3d PERMA vj arduino composition

메뉴 (84)
Media Art (35)
Graphic Design (6)
Flash (6)
Works (26)
Experiment (3)
Music (6)

Recent Articles : Peppertones -... (2) // bizarre07.com... // 정재형 콘서트... // 2008 Adobe Des... (3) // Blogcon 후기. (2) //
Recent Replies : 응 녹화를 잘못떠서. bizarre@bizarre07.com 10/01 // 멋지오 ! 근데 후... kakaboni 10/01 // ㅋㅋㅋㅋ 저도 뭐... bizarre 09/22 // 나 스튜디오투어... 09/22 // 다음에 좀 더 좋... 8con 09/18 //
Recent Trackbacks : bizarre의 생각. bizarre7's me2DAY 09/16 / bizarre의 생각. bizarre7's me2DAY 09/16 / bizarre의 생각. bizarre7's me2DAY 08/01 /
Site Link : HYPERCORTEX.   it&#039;s the re...   take-off.   venux.   피 패러다임.   해멍대발견!!!.  

Total 63595   Today 61   Yesterday 107