I am trying to set up an if statement based on markers.
the code that I have is
if marker = "section 1 end"
then
else
on mouseenter
cursor 280
end
on mouseleave
sprite(31).member = "buttons_off_01"
sprite(39).member = "hidden"
cursor -1
end
on mousedown
go to "section 1"
end
end if
I basicaly want it to use the functionality of the image if it is not at the end of section one.
any help would be appriciated.
Manic
-----------------------------
I've broken it again !!
-----------------------------
lee.gale@virgin.net
the code that I have is
if marker = "section 1 end"
then
else
on mouseenter
cursor 280
end
on mouseleave
sprite(31).member = "buttons_off_01"
sprite(39).member = "hidden"
cursor -1
end
on mousedown
go to "section 1"
end
end if
I basicaly want it to use the functionality of the image if it is not at the end of section one.
any help would be appriciated.
Manic
-----------------------------
I've broken it again !!
-----------------------------
lee.gale@virgin.net