Fireworks Panel "3D Primitives" needs testing

if you dont mind.

Aside from documentation, Im thinking Im done, but you know theres bound to be something wrong, and testing will help find out just what.

heres a picture of the panel

If you cant tell from the picture or the name, this panel is a fireworks panel thats kind of like Swift3D in shot glass form.

attached is the mxp to install it. Its free for 30 days, but after that you’ll need to pay me $45 to purchase it and $10 for each project you use it in. Heh, just kidding, its free. But it might be buggy so check it out.

I wont tell you HOW it works, the documentation will do that (which I havent finished yet) and not knowing means you’re more prone to break it which is a good thing at this point in time.

oh yeah, one thing I will mention (because I might forget) that there is no positioning tools within the interface so by default it just kind of throws the export in the upper left of the screen offset by about 100 or so in each direction. HOWEVER, you can select anything prior to exporitng the 3d shape and the export will be centered over the selection

thanks :slight_smile:

*Originally posted by senocular *
Its free for 30 days, but after that you’ll need to pay me $45 to purchase it and $10 for each project you use it in. Heh, just kidding, its free
lol! :stuck_out_tongue:

I’ll try it shortly, will let you know how it goes :slight_smile:

That’s crazy man… I’ll give it a shot in the next couple days.

trying it now…man this could be the greatest thing since sliced bread. And Lord knows I love FW

known issues:

  • progress bar on export can go beyond bounds [fixed]
  • if fill color in fireworks isnt set on solid on export, the colors will retain those settings and not as they appear in the panel [fixed]
  • line thickness isnt working [fixed]
  • retracting layers after export isnt working [fixed]

updated d/l :wink:

  • error in applying fill with wireframe [fixed - I think]

Nice job Sen, great little tool, i found a problem though, i got this when i was rendering a animation (range)

line 3, error: myThickBrush has no properties

You must have just missed the fix for that :wink:

what verison is the updated one?, because i just downloaded it and ran it.

0.8.9 I think
… Im pretty sure you dont have it because the link in the fist post still says 0 downloads

hey sen this is a pretty sick extension…Cant think of a practical use yet but I am fishing for a reason to use it. So far no bugs other than what was mentioned

yep , all working fine now, i was a second too quick. nice job sen ! :thumb:

haven’t tried it yet, but would it be possible to make something like this for flash? or is this strictly using features in Fireworks?
sry if this is a stupid question…

animated gifs generally. (can export to swf , which would be imported into a flash movie to be used)

my bad you can export firework to swf, so yeah , here is a example i just quickly made up.

www.members.optusnet.com.au/paulsoultis/3d.swf

sweet, but i mean make the panel thing for people who don’t have fireworks… (not suggesting that you do it, just wondering if it is a possiblility in the future)

mx 2004 will support this kind of panel. Flash MX now does not.

You can make your own panels in Flash, but interacting with the ide like making such 3D images dynamically is not currently possible

Here are some simple examples:




good times. How did you make this?

with Flash :beam:

what?! wow you can do anything in flash! this is amazing, i am going to install it now!

Flash just provides the interface - it was used to provide what you see and in this case provides the rendering engine for making the 3D. Flash then interacts with Fireworks Javascript API to tell fireworks to create new layers and draw points where necessary - all according to what is seen on the screen in Flash.

You can find a reference of all the Fireworks Javasctipt commands in a PDF on your install CD. The path should be:

CD:/Fireworks MX/Extending Fireworks MX/Extending Fireworks MX.pdf

You can execute that code from Flash using the FWJavascript() function whiuch is available to the movie when its played as a command window or command panel in Fireworks.

For example, a swf played as a panel in Fireworks (a swf is available as a panel when its in the Macromedia\Fireworks MX\Configuration\Command Panels folder and available as a command window when in the Macromedia\Fireworks MX\Configuration\Commands folder) can execute an alert in Fireworks using:

FWJavascript("alert('Alert from Flash!');");

That combination of Flash and Fireworks makes for a mighty powerfull combination.

Ill attach a Command Panel I made which will let you easily test FW Javascripts within Fireworks. There are two text areas, the top and bottom. The top represents the code to be run, and the bottom represents the return result (FWJavascript returns to Flash the results of the operation). Just type some code in the top text area and use the 4th button from the left to run it (the one with the check mark). You can also use ctrl+enter, like testing a movie in Flash, to exectute script. If you’re looking for script to run, play around in fireworks a little then open the History panel and select some actions to copy and paste in the command window

:wink: