iv been looking for the SDT source file for modding and i cant find it any where iv try'ed converting it but that dose not work so if anyone could help that would be awsome
SDT.fla was never shared. We
don't have the actual
source files for the game.
SDT.swf can be found within the
Loader package. It can be decompiled via the
JPEXS Free Flash Decompiler, which will allow you to make some direct changes (such as replacing sprites and sounds). Any serious modding projects should use Loader modding techniques instead of decompile-and-replace. This is especially true with AS3 scripts, because direct modification of decompiled scripts tends to break the game. If you create a standalone mod then your output files can be effectively
shared with other people, and
used in combination with other mods.
If you're looking to create new content (such as clothing or hairstyles) then you should check out the
Import template or
Mod template.
If you can describe your project (or goals, or skills, or whatever) in greater detail then I'll try to provide more specific guidance, suggestions, or samples.