Yesterday, I use for have diferente Speed for enemy, this way:
I create a variable "Speed" for enemy object and when ennemy collision with a special invisible objet (a simple rectangle sprite) = action = enemy set Speed to choose(80,120,160,240)
you can have many numbers like you want and you can create a function for that and call it when you need.