I got the html file to work from an imported text file. Now I need to open a new layer from a link from an imported text file.
The text will read like this:
"To open the file click here."
From an existing button I have the followin actionscript:
on (rollOver) {
request = 8;
}
on(release){
if (request < location) {
_global.direction = 0;
}else if(request > location){
_global.direction = 1;
}else if(request == location){
_global.direction = 2;
}
_level1.floor="login.swf"
_global.floorColor=0x6666CC;
location = 8;
elevatorDoor.gotoAndPlay("close");
}
Can I send this script through via a text file?
I'd gladly pay you on Thursday
for a hamburger today!
The text will read like this:
"To open the file click here."
From an existing button I have the followin actionscript:
on (rollOver) {
request = 8;
}
on(release){
if (request < location) {
_global.direction = 0;
}else if(request > location){
_global.direction = 1;
}else if(request == location){
_global.direction = 2;
}
_level1.floor="login.swf"
_global.floorColor=0x6666CC;
location = 8;
elevatorDoor.gotoAndPlay("close");
}
Can I send this script through via a text file?
I'd gladly pay you on Thursday
for a hamburger today!