Notifications
                
            
                Clear all
    
            
        [Closed] At time not working, I think
Jun 16, 2011 7:12 pm
                      At time 20( $.position.controller[2].controller.getWeight 2)
Why this is not working, it gives me the weight  at the current time.
                             4 Replies                        
                    Jun 16, 2011 7:12 pm
                      not sure why it doesn’t work, but this seems to:
at time 20 ($.position.controller[2].controller[2].value)
                      Jun 16, 2011 7:12 pm
                      Thank you that worked for me but someone tells me what is wrong with the first method?
                        
                        1 Reply
                    
                    getWeight method returns the weight value  at the current time.
at time context doesn’t effect the method’s behavior. it’s just the way how the controller works.
Jun 16, 2011 7:12 pm
                      Looks like there’s no space character between the 20 and the parenthesis, but there is one after it. So just a typo I guess