Circle to gear script
			6 posts			 • Page 1 of 1		
	
Circle to gear script
i dont know if this is possible but if isnt... it should.......... when you press a button you can change a circle into gear and vice versa. does anyone know if this is possible?
			
		- 
				 
 mattyboy
- Posts: 24
- Joined: Mon Aug 31, 2009 11:24 pm
Re: Circle to gear script
No to my knowledge this is not possible
			
		- 
				 
 niffirg1
- Posts: 376
- Joined: Mon Aug 31, 2009 10:31 pm
- Location: The Great American South!
Re: Circle to gear script
You can fake it. Make a circle and gear in the same place.
In the onCollide of an object put:
In the onCollide of another object put:
In the color of the circle put
In the collideSet of the circle put
In the color of the gear put
In the collideSet of the gear put
			
		- Code: Select all
- scene.my.color = [1,1,1,1]
 scene.my.color2 = [1,1,1,0]
 scene.my.collideSet = 1
 scene.my.collideSet2 = 0
In the onCollide of an object put:
- Code: Select all
- scene.my.color = [1,1,1,0]; scene.my.collideSet = 0; scene.my.color2 = [1,1,1,1]; scene.my.collideSet2 = 1
In the onCollide of another object put:
- Code: Select all
- scene.my.color = [1,1,1,1]; scene.my.collideSet = 1; scene.my.color2 = [1,1,1,0]; scene.my.collideSet2 = 0
In the color of the circle put
- Code: Select all
- {scene.my.color}
In the collideSet of the circle put
- Code: Select all
- {scene.my.collideSet}
In the color of the gear put
- Code: Select all
- {scene.my.color2}
In the collideSet of the gear put
- Code: Select all
- {scene.my.collideSet2}
- 
				 
 standardtoaster
- Posts: 606
- Joined: Mon Aug 31, 2009 7:57 pm
Re: Circle to gear script
...wow... they should make it possible
			
		- 
				 
 mattyboy
- Posts: 24
- Joined: Mon Aug 31, 2009 11:24 pm
Re: Circle to gear script
What use would this be?
			
		- 
				 
 standardtoaster
- Posts: 606
- Joined: Mon Aug 31, 2009 7:57 pm
Re: Circle to gear script
Well, for one, it would make it easier for some people. 

			

TheWinkits wrote:They both looks of cuking amazing
- 
				 
 Chronos
- [Most Active Member 2010]
- Posts: 4457
- Joined: Mon Aug 31, 2009 6:00 pm
- Location: Californania
			6 posts			 • Page 1 of 1		
	Who is online
Users browsing this forum: No registered users and 6 guests




