A Flash Developer Resource Site

Results 1 to 1 of 1

Thread: [CS3] help with the actionscript please

  1. #1
    Member
    Join Date
    Nov 2005
    Posts
    38

    [CS3] help with the actionscript please

    hi
    I have made button that when you click it a pop up window appear.
    but I don't know how to put text in the body in that pop up window(there is already text in the title of the window).

    could you please tell me what action script I should add to my button action.
    below is the actionscript the button has now.but when I click it you can see what appear on the picture below.Please help me.

    `thank you in advanced

    on (release) {
    _root.scrHEIGHT=100
    _root.scroller.scroller.gotoAndStop(2);
    _root.scroller._x = 100;
    _root.scroller._y = 150.7;
    _root.TM_title = "EXHIBITIONS";
    _root.READ = 2;
    }
    Last edited by hanbok; 02-19-2009 at 02:22 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