We will be closed Monday, January 20th to observe Martin Luther King Jr. Day.
We’ll be back Tuesday, January 21st, and look forward to serving you then!

Loading...

Gearjits Video Projector

IN-13939291
Challenge yourself and build an intricate, working video projector from beautiful, laser-cut wood pieces. This 3D old-fashioned projector is exciting to build, and the final product brings the principles of mechanics to life. Just set the system of gears, rods and wheels in motion, and enjoy a black and white film just like the golden days of the silver screen. Average building enthusiasts can complete the puzzle in about 4 hours.• Build a 10” tall wooden movie projector with no glue and no tools!• Awe-inspiring finished form well beyond the norm for construction toys• Combines all the benefits of traditional building sets with principles found in leading STEM toys• Develops fine motor skills, creativity, perseverance and dexterity• Includes 183 pre-cut pieces and detailed, easy-to-follow instructions

Age Recommendation: Ages 12 and up

require(['jquery', 'Magento_Ui/js/modal/confirm'], function($,confirmation){ $('#pzn-modal').show(); $('.tabs .tab-links a').on('click', function(e) { var currentAttrValue = jQuery(this).attr('href'); // Show/Hide Tabs $('.tabs ' + currentAttrValue).show().siblings().hide(); // Change/remove current tab to active $(this).parent('li').addClass('active').siblings().removeClass('active'); e.preventDefault(); }); var options = []; $('#tab2 input').each(function() { var input = $(this); $(this).change(function() { if (this.value.match(/([a-z\u0080-\u00ff]+) - ([a-z\u0080-\u00ff]+)/gi)) { $('.error-msg').toggleClass('show'); } var myString = input[0].id.split("_").pop(); $('#options_'+ myString +'_text').attr("value", $(this).val()); }); }); $('input.checkbox_check').change(function() { $('#product-options-wrapper .admin__control-checkbox').removeClass('hide'); if($(this).is(':checked')) { confirmation({ content: 'By clicking OK, you are confirming that you do not require any personalization on this item.', actions: { confirm: function(){ if ($('input.checkbox_check').is('checked')) { $('input.checkbox_check').prop('checked', false); $('.admin__control-checkbox').prop('checked', false); } else { console.log('is not checked') $('input.checkbox_check').prop('checked', true); $('.admin__control-checkbox').prop('checked', true); } }, cancel: function(){ $('input.checkbox_check').prop('checked', false); $('.admin__control-checkbox').prop('checked', false); } } }); } else { $('.admin__control-checkbox').prop('checked', false); } }); });