$(document).ready(function() { // Function to increase cursor size and change color when hovering over clickable elements function handleCursorHover() { // Select all clickable elements on your website var clickableElements = $("a, button, [role='button'], [onclick], [tabindex='0']"); // Add hover event listener to each clickable element clickableElements.hover(function() { // Change cursor size $(".cursor-point").css({ "width": "20px", "height": "20px" }); // Change cursor color to white $(".cursor-point").css("background-color", "white"); }, function() { // Revert cursor size and color when mouse leaves clickable element $(".cursor-point").css({ "width": "15px", "height": "15px" }); $(".cursor-point").css("background-color", "black"); }); } // Call the function to handle cursor hover over clickable elements handleCursorHover(); });
Human Claw
S.C. Films

The Man Behind

The Claw

Scott Crenshaw leads S.C. Films, an LA-based Film & TV production company which collaborates with visionary, mind-bending artists to produce projects that bring movies back to their cinematic essence.

Through S.C. Films, Scott Crenshaw has shaped projects that span feature films, TV series, and shorts.

Crenshaw is a versatile writer, director, producer, author, and actor whose work spans genres, from comedy to mind-bending dystopian psychological thrillers and horrors. Known for pushing creative boundaries, Crenshaw has garnered critical acclaim across film festivals.

His most recent film, Death of Atom, which he wrote, directed, edited, and produced, is an adaptation of his novel Deadwood Casino. This short film has earned significant accolades, winning Best Sci-Fi Short Film at the 2024 Venice Film Festival, Best Short Film at CineTech Future Fest, and Best Sci-Fi Short Film at the Atlanta Sci-Fi Film Festival.

Crenshaw's previous short, St. George, a crime thriller, won Best Narrative Short and Best Direction at both the LA and Toronto Crime Thriller Short Film Festivals.

Scott is currently developing adaptations of his books to feature films  GREENBELT and DEADWOOD CASINO VOL. 1, along with TV series such as ELECTRIC AVENUE, GREENWICH, and a Dojohouse Original series BAD TENANTS.

Instagram