Thanks 2nd day. OK, so I got the text unselectable, but now it won’t scroll (as there are still no buttons in the scroll bar).
I tried to create a button and used this actionscript:
on (press) {angelasecondtry.scroll-1=1;
}
where “angelasecondtry” is the instance name of the dynamic text, but still no luck. Error says “Left side of assignment operator must be variable or property.
on (press) {angelasecondtry.scroll-1=1;”
Waygray.
PS thanks for helping out a newbee!