This challenging book is getting me on my nerves. If you can help me make it turn backwards, I would be very grateful to you!
Hi,
Two typo’s in your button code, on your back button change this:
[AS]
root.f._visible = false
//to this:
_root.f._visible = false;
[/AS]
and on your forward button change this:
[AS]
_root.b_visible = false
to this:
_root.b._visible =false;
[/AS]
that should fix it
SteveD
Thank you very much for the help!