The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
So I have a movie with 3 buttons in it that link to webpages. For some reason the 3rd one isn't working. I'm 99% it's something easy and stupid, but I can't for the life of me figure it out. If anyone has a minute, I've uploaded the fla to:
The code is probably broken now, since CS4 can't use getURL. I don't think the issue is with the code though, I think it's the button. I don't get the clickable hand in the last part of the movie, like I do in the first 2 parts.
Posts
It's probably a symbol naming issue.
we also talk about other random shit and clown upon each other
http://ymcatucson.org/Documents/november4d.fla
The code is probably broken now, since CS4 can't use getURL. I don't think the issue is with the code though, I think it's the button. I don't get the clickable hand in the last part of the movie, like I do in the first 2 parts.
Thanks Jasconius.
we also talk about other random shit and clown upon each other
Therefore, you are referencing btn3, for example, but btn3 is not on the timeline until late in the movie, so the reference is null.
The easy fix is to place all buttons on the timeline in seperate layers for all frames, and move them off stage until it's their turn to be clicked.
we also talk about other random shit and clown upon each other