ActionScript thing
ActionScript thing
- Started
- Last post
- 3 Responses
- mymu
I know the ".swf" bit is wrong, but how would i add it?
i = Math.ceil(Math.random()*3);
loadMovieNum("/services/services... 6);cheers
- unfittoprint0
it should be
loadMovieNum("servi ces/services"+i".swf ", 6);
instead.
me thinks.
- rabattski0
quickie, +i+ instead of +i
- mymu0
Cheers thats working ;)