WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-04-2009, 08:29 AM
durf durf is offline
Member
 
Join Date: Feb 2009
Posts: 61
removing multiple objects

Hello,

I cannot figure out how to remove or delete multiple objects that have been created this way:

Code:
	def balls():
		ball = ballOriginal.copy()
		ball.scale(.5,.5,.5)
		ball.collideSphere()
		ball.setPosition([0,20,0])
	vizact.ontimer2(0,200,balls)
How can I remove all 200 of those balls?

Thanks
Reply With Quote
 

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Semi-circle array containing target and distractor objects ptjt255 Vizard 3 08-04-2009 03:09 AM
multiple objects durf Vizard 1 04-10-2009 01:42 PM
Moving multiple objects with ppt durf Vizard 1 02-10-2009 03:03 PM
Problems with making multiple objects from one .wrl? mjabon Vizard 3 07-10-2007 01:23 PM
Could not find plugin to load objects... halley Vizard 1 05-30-2006 11:01 AM


All times are GMT -7. The time now is 04:31 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC