User Profile

Collapse

Profile Sidebar

Collapse
Rabboni
Rabboni
Last Activity: Mar 12 '08, 06:24 AM
Joined: Feb 29 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Rabboni
    replied to bitmap to mc
    open a new flash page

    and then press ctrl+R and then select your bmp file then
    right click that bmp and then select convert to symbol

    and select the option movieclip and then select ok

    now your bmp was converted to movieclip
    See more | Go to post

    Leave a comment:


  • Rabboni
    replied to helpme in graphics
    function draw_box(w,h,c) {
    var new_box = this.createEmpt yMovieClip("new _box", this.getNextDep th());
    new_box.beginFi ll(c);
    new_box.lineSty le(0,0xCCCCCC,0 );
    new_box.moveTo( 0, 0);
    new_box.lineTo( w, 0);
    new_box.lineTo( w, h);
    new_box.lineTo( 0, h);
    new_box.lineTo( 0, 0);
    new_box.endFill ();
    return new_box;
    }

    draw_box(305,20 ,0xCCCCCC);
    See more | Go to post

    Leave a comment:


  • Rabboni
    replied to How to Change image size at runtime in flash
    to change the image size

    first u convert that images into movieclip and then set the height and width of that movieclip
    at runtime
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...