sorry for not replying sooner, but notifications where going to an email i havent been checking regularly

sorry.
anyway i was using text, but then used the "Convert to bitmap" option, which is where the different regpoint you mention is.
For trial and error i deleted it all, then recreated the original text but as a bitmap using the inbuilt paint program (ctrl+5), and voila! it seems to have solved that problem.
If you don't mind i seem to have another problem.
I've got some text, and when you rollover with mouse it shows a film loop. The film loop was made using 3 sprites (layers in flash?). Im using the following code for rollover actions:
on mouseEnter
set the castnum of sprite 4 to 10
end
on mouseLeave
set the castnum of sprite 4 to 5
end
where sprite 4 is where the text is on the stage.
where cast num 10 is the film loop
where cast num 5 is the original text
basically the on MouseEnter works. but the mouseLeave doesnt, im assuming its because the filmloop was made using more than 1 sprite, but am unsure.
thanks for any replies!!