Construct Tutorials
        
        
            Learn game development and animations with Construct
        
        
        
        
            
            
            
            
                
                        - 
                            
        
        
        
        
        
            
            
                    
                
            
        
                        
        
        
        
        
            
                Physics rope tutorial
            
            
    
            
                In this tutorial I show you how to make a rope that can bend dynamically in any direction. You can make the rope as long as you want using only 3 objects.
             
 
 
- 
                            
                        
- 
                            
        
        
        
        
        
            
            
                    
                
            
        
                        
        
        
        
        
            
                Level Select Without Arrays
            
            
    
            
                Back when I started learning c2 I struggled a lot with learning arrays, so I thought this method may help reduce the learning curve a bit. Update: I added a sec...
             
 
 
- 
                            
                        
- 
                            
                        
- 
                            
        
        
        
        
        
            
            
                    
                
            
        
                        
        
        
        
        
            
                Foreground Parallax!
            
            
    
            
                In this video we look at how we can make our games more interesting by adding a foreground parallax!
             
 
 
- 
                            
        
        
        
        
        
            
            
                    
                
            
        
                        
        
        
        
        
            
                Multiple Entry Points on a Layout or Map
            
            
    
            
                This is part five of a mini series. The information in this video is focused around setting up multiple exit and entry points on the same map. We discuss Global...
             
 
 
- 
                            
        
        
        
        
        
            
            
                    
                
            
        
                        
        
        
        
        
            
                Simple Artificial Intelligence
            
            
    
            
                This is part six of a mini series but the information is focused around setting up a basic enemy intelligence. We discuss Line-of-Sight, Solids and Target Range...
             
 
 
- 
                            
        
        
        
        
        
            
            
                    
                
            
        
                        
        
        
        
        
            
                A simple AI
            
            
    
            
                A simple AI that makes an enemy follow you if your in range and stop following when you go out of range.