bigbird3156
Programmer
I have created a "loading loop" from frames 1 - 12 of my movie and on frame 12 have added the following action...
If (_framesloaded)
Go to and Play (13)
Else
Go to and Play (1)
End If
For some reason if the movie loads before the end of frame 12 the movie breaks out of the loop and proceeds to frame 13 but if the movie loads after it has looped it hangs.... (dang!!!)
Is this statement wrong or will the problem lie somewhere else (I thought I copied it straight from the manual)...
Please help!!
If (_framesloaded)
Go to and Play (13)
Else
Go to and Play (1)
End If
For some reason if the movie loads before the end of frame 12 the movie breaks out of the loop and proceeds to frame 13 but if the movie loads after it has looped it hangs.... (dang!!!)
Is this statement wrong or will the problem lie somewhere else (I thought I copied it straight from the manual)...
Please help!!