I wrote a cog and it works somewhat.  Its supposed to move a thing to frame one, sleep, then move back to frame 0 and sleep and so on and so forth, but, it only moves to frame one and then Stays there. Here's the Cog 
        
Please let me know what you do to it and why if you can. Im tryin to learn to cog.![http://forums.massassi.net/html/smile.gif [http://forums.massassi.net/html/smile.gif]](http://forums.massassi.net/html/smile.gif)
------------------
Total Toothpickings; 7
                
                
                    Code:
        
    # Written By Dude
#
#Custom Shuttle Script
#
#
#=======================================================
symbols
        message startup
        message timer
        thing shuttle0
        float movespeed=5.0
        float sleeptime=6.0
        float lightvalue=0.5
end
#=======================================================
code
startup:
       
       SetTimer(sleeptime);
                          MoveToFrame(shuttle0, 1, movespeed);
          
                                                             SetTimer(sleeptime);
                                                                              
                                                                                MoveToFrame(shuttle0, 1, movespeed);
                                                                                     
                                                                                                                   SetTimer(sleeptime);
return;
endPlease let me know what you do to it and why if you can. Im tryin to learn to cog.
![http://forums.massassi.net/html/smile.gif [http://forums.massassi.net/html/smile.gif]](http://forums.massassi.net/html/smile.gif)
------------------
Total Toothpickings; 7
<SalvadorChicka> i wasn't  all "omg canadians have sex with each other!"
                
            
 take it from someone who knows, indenting your code for readability is one thing, but indenting every line could be construed as maybe a tad bit excessive...   ![http://forums.massassi.net/html/tongue.gif [http://forums.massassi.net/html/tongue.gif]](http://forums.massassi.net/html/tongue.gif)
).  Both of these can be found at SaberMaster's site: