| Author | 
            Message | 
        
        
			| 
				
				 Dogkiller 
				
				
					 Joined: Sun Oct 31, 2010 6:30 pm Posts: 23 Location: Betelgeuse
				 
				 
			 | 
			
				
				  Wings?O_o  
					
						Only one question:is it able to attach wings to the actor?O_O(They must be like jetpack) I Want to do mod with actor from Perfect World, winged elf^_^
  Pic is attached 
					
						
  
						Attachments: 
						
						
			File comment: This is IT!
		
			 
			2011-02-17_225903.png [ 339.61 KiB | Viewed 6138 times ]
		
		
	 
						
						 
					
			 | 
		
		
			| Mon Feb 21, 2011 5:36 pm | 
			
				
					 
					
					 
				    
			 | 
    	
		
	
	
		  | 
	
	
			| 
				
				 Dogkiller 
				
				
					 Joined: Sun Oct 31, 2010 6:30 pm Posts: 23 Location: Betelgeuse
				 
				 
			 | 
			
				
				  Re: Wings?O_o  
					
						Nonsequitorian wrote: You can just make multiple sprites for the jetpack. It is possible, and it has been done. OK, and how I can make it?And is it possible to hide them, when I'm not flying?P.S.:Sorry for so many questions  
					
  
			 | 
		
		
			| Mon Feb 21, 2011 11:14 pm | 
			
				
					 
					
					 
				    
			 | 
    	
		
	
	
		  | 
	
	
			| 
				
				 Asklar 
				Data Realms Elite 
				
					 Joined: Fri Jan 07, 2011 8:01 am Posts: 6211 Location: In your office, earning your salary.
				 
				 
			 | 
			
				
				  Re: Wings?O_o  
					
						I suppose, but during flight it will show the hidden wings frame too. Let's say you create 4 frames of the wings; the first one is the frame of the hidden wings, the second one is with the wings downward, and so on. When not flying, the wings would be in frame 000, in other words, the hidden wings. And when you fly, it will cycle through all the 4 wing frames you did. 
					
  
			 | 
		
		
			| Mon Feb 21, 2011 11:49 pm | 
			
				
					 
					
					 
				  
			 | 
    	
		
	
	
		  | 
	
	
			| 
				
				 Asklar 
				Data Realms Elite 
				
					 Joined: Fri Jan 07, 2011 8:01 am Posts: 6211 Location: In your office, earning your salary.
				 
				 
			 | 
			
				
				  Re: Wings?O_o  
					
						I never learnt lua-sprite stuff. I'll learn that later, sounds useful. 
					
  
			 | 
		
		
			| Tue Feb 22, 2011 3:01 am | 
			
				
					 
					
					 
				  
			 | 
    	
		
	
	
		  | 
	
	
			| 
				
				 Roast Veg 
				Data Realms Elite 
				
					 Joined: Tue May 25, 2010 8:27 pm Posts: 4522 Location: Constant motion
				 
				 
			 | 
			
				
				  Re: Wings?O_o  
					
						Remember jetpacks are those pesky attachables, so unless you had it as part of the body sprite which wouldn't be the end of the world, you'd have to do a MOID cycle to find it first. 
					
  
			 | 
		
		
			| Tue Feb 22, 2011 3:17 am | 
			
				
					 
					
					 
				  
			 | 
    	
		
	
	
		  | 
	
	
			| 
				
				 Roast Veg 
				Data Realms Elite 
				
					 Joined: Tue May 25, 2010 8:27 pm Posts: 4522 Location: Constant motion
				 
				 
			 | 
			
				
				  Re: Wings?O_o  
					
						That's basically what I meant, yea. You want to cycle through all the MOIDs and find the one that fits your parameters. Since the script will be on the actor, you'd probably check example.ParentID==self.ID and example.PresetName = "ExamplePresetName". 
					
  
			 | 
		
		
			| Tue Feb 22, 2011 3:36 am | 
			
				
					 
					
					 
				  
			 | 
    	
		
	
	
		  | 
	
	
			| 
				
				 Dogkiller 
				
				
					 Joined: Sun Oct 31, 2010 6:30 pm Posts: 23 Location: Betelgeuse
				 
				 
			 | 
			
				
				  Re: Wings?O_o  
					
						Asklar wrote: I suppose, but during flight it will show the hidden wings frame too. Let's say you create 4 frames of the wings; the first one is the frame of the hidden wings, the second one is with the wings downward, and so on. When not flying, the wings would be in frame 000, in other words, the hidden wings. And when you fly, it will cycle through all the 4 wing frames you did. But which script i need to do it?  
					
  
			 | 
		
		
			| Tue Feb 22, 2011 6:39 am | 
			
				
					 
					
					 
				    
			 | 
    	
		
	
	
		  | 
	
	
			| 
				
				 Asklar 
				Data Realms Elite 
				
					 Joined: Fri Jan 07, 2011 8:01 am Posts: 6211 Location: In your office, earning your salary.
				 
				 
			 | 
			
				
				  Re: Wings?O_o  
					
						Well, to do what I said, you need no script. If you want a more complex and pretty one, I don't know which script would help you. 
					
  
			 | 
		
		
			| Tue Feb 22, 2011 6:51 am | 
			
				
					 
					
					 
				  
			 | 
    	
		
	
	
		  | 
	
	
			| 
				
				 Dogkiller 
				
				
					 Joined: Sun Oct 31, 2010 6:30 pm Posts: 23 Location: Betelgeuse
				 
				 
			 | 
			
				
				  Re: Wings?O_o  
					
						Asklar wrote: Well, to do what I said, you need no script. If you want a more complex and pretty one, I don't know which script would help you. OK, I'll try, thanks Thanks for help, guys But there's still one thing to do...The sprite of wings.If someone can help me with-please PM me.P.S.:I'm awful at spriting Triple post merge, please use the edit button in the future. -Duh 
					
  
			 | 
		
		
			| Tue Feb 22, 2011 11:58 am | 
			
				
					 
					
					 
				    
			 | 
    	
		
	
	
		  | 
	
	
			| 
				
				 Asklar 
				Data Realms Elite 
				
					 Joined: Fri Jan 07, 2011 8:01 am Posts: 6211 Location: In your office, earning your salary.
				 
				 
			 | 
			
				
				  Re: Wings?O_o  
					
						Try spriting your own and ask for help in the Sprite help thread. Also, you can go into the requests sub-forum and ask for that in there. And one advice, always do something. It's more probable to recieve help if you are asking for help, not asking to get things done. 
					
  
			 | 
		
		
			| Tue Feb 22, 2011 10:49 pm | 
			
				
					 
					
					 
				  
			 | 
    	
		
	
	
		  | 
	
	
			| 
				
				 Dogkiller 
				
				
					 Joined: Sun Oct 31, 2010 6:30 pm Posts: 23 Location: Betelgeuse
				 
				 
			 | 
			
				
				  Re: Wings?O_o  
					
						Asklar wrote: Try spriting your own and ask for help in the Sprite help thread. Also, you can go into the requests sub-forum and ask for that in there. And one advice, always do something. It's more probable to recieve help if you are asking for help, not asking to get things done. I tried, and it was so ugly, that I decided to ask a bit of help  
					
  
			 | 
		
		
			| Wed Feb 23, 2011 8:32 am | 
			
				
					 
					
					 
				    
			 | 
    	
		
	
	
		  | 
	
	
			| 
				
				 Asklar 
				Data Realms Elite 
				
					 Joined: Fri Jan 07, 2011 8:01 am Posts: 6211 Location: In your office, earning your salary.
				 
				 
			 | 
			
				
				  Re: Wings?O_o  
					
						Ask for help in the Sprite Help Thread. 
					
  
			 | 
		
		
			| Wed Feb 23, 2011 7:02 pm | 
			
				
					 
					
					 
				  
			 | 
    	
		
	
	
		  | 
	
	
	
		 |