that is correct...
And I just solved the problem by changing the label to L1, L2, L3...
then, after step = step + 1, I added
frameToGo = "L" + step
gotoAndPlay(frameToGo)
That solved the problem.
Like always, you led me to the solution.
Thanks a million.