PDA

View Full Version : is this possible??



webshot
April 13th, 2002, 05:04 PM
I want a animation to play automatically in intervals. If there has been no action for a while then the animation will play lets say every like 45 secs if no mouseover or click. I have been thinking on it for a minute but nothing. If anyone knows a fla or a tut on it.. I would very much appreciate it. Oh yeah I figured out my smart clip dilemna. Thanks to those who took time to post. Eventually I will be as good as most on here...(with help from u guys)

ilyaslamasse
April 13th, 2002, 05:10 PM
:lol:
I have been thinking on it for a minute but nothing.I like that. An idea : onClipEvent (mouseMove) {_root.marker=1;}
Then
onClipEvent (enterFrame) {

if (!_root.marker) {//do stuff}

else {

if (timer>45) _root.animation.play() ;

}

}you'd have to define a timer for that. Check the getTimer () function if you don't know how to do this.

pom 0]

webshot
April 13th, 2002, 11:19 PM
Wow this stuff comes so easy to you guys. Some of that looks kinda familiar to me. But.....you would not happen to know where I can find a tut on it? WOW 1985 posts......that is allot :)

ilyaslamasse
April 14th, 2002, 07:25 AM
I cheat about the post... Gnark gnark.
About that thing, I'm gonna try and make something. In Flash 5 since that's the Flash 5 forum, but I guess it should be the same with MX.

pom 0]

ilyaslamasse
April 14th, 2002, 08:28 AM
Gimme your mail, I'll send it to you.

pom 0]

webshot
April 14th, 2002, 08:47 AM
here it is
ngalloway9@hotmail.com

man you are truly cool.

ilyaslamasse
April 14th, 2002, 09:15 AM
sent.
pom 0]