Random movement question

Hi,

I use the random movement script in a flash movie, everything is working out just fine, but there’s one problem.

I have 2 buttons. 1 is to start the random movement and the other to pause it. The pause button works (on release, move = false), but when i do this, i cant get the random movement to start again, i’ve tried many things like

on release, move = true
on release, move = 0

can someone help me with this?