Page 1 of 1

[Please Help]sfsExtensions include .as

Posted: 19 Apr 2012, 01:01
by youtuby002
Okay, I made a script in the .as file, but its getting big, I want to make multiple files like

part1.as
part2.as
part3.as

Part one runs all the functions

start()
log()
sendDB()

Part 2 defines them

function start(){
}

part 3 save for later

Re: [Please Help]sfsExtensions include .as

Posted: 19 Apr 2012, 22:27
by rjgtav
Hi.
Well, doesn't the #include "part1.as" code work? Remember that AS Extensions use ActionScript 1.0.