i have a number of buttons on the stage and on rollover they change colour and also a bit of text appears in another location on the stage. Is there a way of using scripting to change this bit of text?
i tried:
on mouseEnter me
sprite("dummy").member="new"
end
dummy being a placeholder for the text and new being the name of the cast member to change to
i tried:
on mouseEnter me
sprite("dummy").member="new"
end
dummy being a placeholder for the text and new being the name of the cast member to change to