A Flash Developer Resource Site

Results 1 to 19 of 19

Thread: how to draw rounded Rectangle

Threaded View

  1. #17
    Client Software Programmer AS3.0's Avatar
    Join Date
    Apr 2011
    Posts
    1,404
    Hello, I put randomize colors for each button press.

    On lines 168:
    PHP Code:
    randomizeArray(colors)//Randomize the order of the colors.
    for(var i=0;i<text_array_1.length;i++){
    updateRectangle(0,0,Stage.width,100,colors[i],0xFFFF33,"50%",3,_root["mc"+i]);//Update the rectangle colors with the new order.

    download v8 (swish)
    download v8 (as2)
    Last edited by AS3.0; 01-22-2023 at 05:08 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center