OZONE Asylum
Forums
Multimedia/Animation
Continuing animation (Flash MX)
This page's ID:
11396
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
What I want is so after you rollover the circle, it sets the variable so the movie won't repeat, then plays the movie. You would then have to rollover the box to reset the variable so you could play the animation again, the problem is heither of them work :( Could somebody please tell me what is wrong with my code, I haven't been using flash very much, and am lacking in actionscript skills, TH@NX BTW, I have dried "Debug-->List Variables," but the variable isn't in there. The best guess I have of why it's not working is either A. I am an idiot and coded something stupidly wrong, or B. I have to create the variable with a different command before I can set it. So far, just for testing the box (a button) has the script [code] on (rollOver) { test1 = "no"; } [/code] The circle movie has the code [code] on (rollOver) { if (test1 = "no") { test1 = "yes"; gotoAndPlay(2); } } [/code]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »