I need to add score points and load dynamic text at the same time. This is my code. Thanks!!!
on (release) {
//This is where I need to load dynamic text
//-----“response” is my dynamic text field; same as “total”-----
_root.response = _root.response(load text here???)
//This is my score keeping
_root.total = _root.total + 100;
//Goes to next frame
nextFrame();
}