First problem appears to be the zssfingerr rotates in handjob mode.
I'm unable to reproduce this error. I tested with various penis sizes and with a complete
penis replacement, but the rotation problem did not appear.
Could you please attempt to run the game via the
Flash Player Projector content debugger instead of the regular Flash Player Projector? I suspect that there may be an underlying problem (or a mod conflict) in your personal copy of the SDT Loader, which causes the rotation function to stop working correctly.
Alternatively: could you please describe a step-by-step process which makes the problem appear? For example: if it's necessary to repeatedly activate and de-activate handjob mode, then just let me know and I'll re-test.
There doesn't seem to be anything wrong with your FLA file. As far as I can tell, you created the gloves correctly.
The second problem is the movie clip on the chest now plays continuously, no longer working with the breast slider.
This was a hierarchy problem. Your project was organized like this:
- body element
- container named "leftBreast"
- unnamed child element which contains all of the artwork, tweens, etc
- container named "rightBreast"
- unnamed child element which contains all of the artwork, tweens, etc
- child element named "chest" which contains all of the artwork, tweens, etc
But the game expected this:
- body element
- container named "leftBreast"
- child element named "leftBreast" which contains all of the artwork, tweens, etc
- container named "rightBreast"
- child element named "rightBreast" which contains all of the artwork, tweens, etc
- container named "chest"
- child element named "chest" which contains all of the artwork, tweens, etc
I've made the necessary changes to the hierarchy. This did not involve any changes to artwork or script; all of your work is still intact. It was just a matter of reorganization.
There's a
very minor Shape Hint error on the chest tween (frames 135...140). Let me know if you're willing to spend time on it (i.e. delay the release of your file). I can understand if you've become frustrated or overwhelmed by this project -- most people
do not undertake something so ambitious! If you'd like to just publish this thing and worry about fixes later then I won't object :)
The error is only really noticeable during breast size
changes. I saw it because the chest animation was looping constantly. But a normal user probably
won't see it, because whenever the game menu must be visible in order for the player to adjust the breast slider. The menu itself will block their view of the animation error.
I think that we previously discussed the possibility of alpha-fill RGB support. So perhaps we could postpone such fixes and extras into a "version 2" update.
I have attached a link to my fla file,any help would be Great.
sdt-testPlugsuitV1.fla
I've renamed the FLA file for the sake of organization. It's understandable that you'd begin by overwriting initial template file (and saving your project with the same filename) but you'll quickly get confused if all of your projects have names such as
"SDTMods_sbyTemplate3_copy.fla" :)
Please feel free to change the version number - or to rename the whole thing. It would probably also be a good idea to retain an
unedited copy of sby's template file, just in case you need to revert or compare your work at a later date.
I've filled in the
modName and
modCreator fields of the main AS3 script. You're welcome to revert these fields if you'd prefer
not to "advertise" in that way. But I encourage you to
include your username when publishing the file. We often find "orphan" SWF files months or years after the initial publication date; sometimes they've been included in unofficial modpacks; sometimes they're attached to a forum post alongside a complaint about a bug that someone has encountered. If we're able to find your name by decompiling the SWF then it's much easier to give you credit for your work - or to request your permission for edits and revisions - or to send any suggestions (or complaints) to your inbox.