flash problem!!
flash problem!!
- Started
- Last post
- 3 Responses
- factoryxii
can anyone take look at this
my button isnt working after i puton(release) {
getURL("about.html", "_self");
}the rollover color will not show!
- dbloc0
you don't need the _self
if it's on the button, just put:
on(release) {
getURL("about.html");
}
- joyride0
remove the on(release) code from the button instance. move it to the main timeline like the onRollOver function
Should solve it
- factoryxii0
nevermind,i got it..sorry lol