urgent Flash MX Q
- Started
- Last post
- 10 Responses
- slag_you_off
how to I set the actionscript window from expert user to novice user like you used to be able to in 5?
- lvl_130
if you have mx04 you can't.
regular mx>far right right under the close box. it's a little paragraph text lookin' icon with a down arrow.
- slag_you_off0
I have 04... fuck thats shitty
so no preset commands?
anyone know the code for get url in the same window?
for a skip intro button
- lvl_130
getURL("youraddress", "_self");
- slag_you_off0
ok I give up... why doesnt this work?
on(release) {
getURL(http://intranet.ljhooker... "_self");
}why didnt they ask me if they could get rid of the novice thing?
- Jnr_Madison0
You've left out the little comma's round the addy.
- slag_you_off0
just testing :)
thanks
- lvl_130
oh, and use that little checkmark icon in your AS window. it usually sets you in the right direction : )
- slag_you_off0
another test because I know of course
on (enterFrame) {
getURL("http://intranet.ljhooker... "_self");
}
- ddefenba0
Try looking at the Behaviors included with MX 2004. You might find some of the automated simplicity of Normal mode there.
- keiTai0
I guess the space between in dex isn't in your AS?