Normal
[code]// newpenis = new hispenis();...loader.loadManualIndex( newpenis,[/code]The line initializing the variable "newpenis" was commented out. Therefore the loadManualIndex line attempts to load a null object into the scene.When loaded, the mod immediately throws an exception. As mentioned on the previous page, you should be using the Flash projector content debugger while working on ActionScript code. It would have warned you about the null variable, and you might have been able to identify the meaning of this error (and its root cause) with a Google search or two.Uncommenting the line allows the mod to achieve its basic purpose: horse dick appears on screen. At this point we've merely recreated the original Horsie.swf file. If you want a "complete" mod then more work is needed:(optional) stretch or redraw the slobber graphic to fit the outline of the horse penissetup the unload function (as suggested by Faceless) so that the horse dick can be removed without resetting the entire scenetrace the Archer horse background image into vectorsassign the horse vectors to the guy's bodyparts (to achieve zoom support and provide proper layering)fiddle with the animtools scene defintion so that the horse parts have the correct orientation and don't move around inappropriately during gameplayfind a different barn background image(optional) trace the horse penis into vectors so that it can be increased in size without suffering pixellationI've excluded most of the irrelevant shapes (such as the girl's body) in order to reduce the filesize and loading time of the mod. There are still some superfluous elements in the legs, but we can remove those after you've rigged the horse vectors onto the guy's body. I'd probably dump all of the horse vectors onto the shoes but you might prefer to use the thighs or calves.Click here to download the edited files
[code]
// newpenis = new hispenis();
...
loader.loadManualIndex(
newpenis,
[/code]
The line initializing the variable "newpenis" was commented out. Therefore the loadManualIndex line attempts to load a null object into the scene.
When loaded, the mod immediately throws an exception. As mentioned on the previous page, you should be using the Flash projector content debugger while working on ActionScript code. It would have warned you about the null variable, and you might have been able to identify the meaning of this error (and its root cause) with a Google search or two.
Uncommenting the line allows the mod to achieve its basic purpose: horse dick appears on screen. At this point we've merely recreated the original Horsie.swf file. If you want a "complete" mod then more work is needed:
I've excluded most of the irrelevant shapes (such as the girl's body) in order to reduce the filesize and loading time of the mod. There are still some superfluous elements in the legs, but we can remove those after you've rigged the horse vectors onto the guy's body. I'd probably dump all of the horse vectors onto the shoes but you might prefer to use the thighs or calves.
Click here to download the edited files
This website requires you to be 18 years of age or older. Please verify your age to view the content, or click Exit to leave.