BongoMudpie
IS-IT--Management
Hi, I am attempting to play a 'Flash Intro' at the beginging of a cd rom I have developed but the problem is I cant seem to let the Intro finish before it plays the rest of the presentation.
I am using this script but nothing seems to happen, it just continues playing the presentation without stopping to finish the intro.
on exitFrame
if sprite(1).frame < sprite(1).member.frameCount then
go to the frame
end if
end on
what am I doing wrong???
Thanks in advance to anyone who can help
I am using this script but nothing seems to happen, it just continues playing the presentation without stopping to finish the intro.
on exitFrame
if sprite(1).frame < sprite(1).member.frameCount then
go to the frame
end if
end on
what am I doing wrong???
Thanks in advance to anyone who can help