A Flash Developer Resource Site

Search:

Type: Posts; User: sbk201

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    2,261

    someone helped me the code,it's a basic thing....

    someone helped me the code,it's a basic thing.
    function mUp(MouseEvent){
    function mUp(e:MouseEvent){
  2. Replies
    1
    Views
    2,261

    Error #1069 Property CLICK not found....

    Here's a simple code of rectangle drawing by mouse,and I'm going to add code for draging.but I encounter an error
    Error #1069: Property CLICK not found on flash.events.MouseEvent and there is no...
  3. Replies
    2
    Views
    1,370

    first you need to know Array It's a way to save...

    first you need to know Array
    It's a way to save a huge amount of similar of same thing,and handle them easily.

    step1
    var i:int=0
    var numArray:Array=new Array(0,0,0,0,0)
    numArray[1]+=1...
Results 1 to 3 of 3




Click Here to Expand Forum to Full Width

HTML5 Development Center