A Flash Developer Resource Site

Search:

Type: Posts; User: Jazzperson

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    3,245

    The problem was caused by caurina tweener on the...

    The problem was caused by caurina tweener on the MC's..:eek:

    Thanks for your help - i'm sure someone else can benefit from your answeres..:cap:
  2. Replies
    4
    Views
    3,245

    Drag/drop - addChild problem

    Hi Flashkits!

    I'm trying to drag multiple MC's around with the normal metod:

    function mouseDownHandler(event:MouseEvent):void {
    event.target.startDrag(false);
    }


    function...
  3. Replies
    1
    Views
    1,734

    Control SWF from SWFLoader

    Hi developers..:)

    I'm loadning a swf coverflow (as2) to a swf (as3) with SWFLoader.

    My problem is that i wish to make gotoAndPlay calls from the loaded swf to the as3, or even better call...
  4. Replies
    4
    Views
    12,750

    AS3: Delete specific shape

    Hi sharks..:)

    I've made a functions which creates rectangles:

    function makeSquare(sgu:String,clo:uint):void {
    var squ:Sprite = new Sprite();
    addChild(squ);
    ...
Results 1 to 4 of 4




Click Here to Expand Forum to Full Width

HTML5 Development Center