Updating Flash 4 to Flash MX

The following code was written in Flash 4, I need some help updating this code to Flash MX.


call("/MySelMenu:UPDATE");
tellTarget ("/GLOBALS") {
 gotoAndPlay("Init");
}
stop();