Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bigtimespaghetti

  1. bigtimespaghetti

    Slideshow with "next" and "previous" buttons

    You might want to add a little bit of code to avoid and error when you go to click next on your last photo. Something like: -- X = your max number if sprite(1).memberNum > X then sprite(1).memberNum = 1 --or instead of a number, a preset property with your spritenumber in.
  2. bigtimespaghetti

    Exporting 3d models from director

    I am planning out a very basic 3dmodelling program to write in Director, but first off I was wondering if there is any feature within Director or Plug-in available to facilitate the export of models created at run-time? Thing is I guess I rather need to know if exporting is possible in any form...

Part and Inventory Search

Back
Top