Function call

Hi there, im currently using an onEnterFrame=function() comand, which works fine - but ive just been asked to make my movie flahs 5 compattable :frowning:

heres the code

on (release){
_root.sections.onEnterFrame=function(){
_root.sections._x-=(this._x-1103)*.25
}
}