Watchmaker Wiki

The ultimate watch maker for Android Wear!

User Tools

Site Tools


tips:tickertext

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
tips:tickertext [2015/05/27 05:27] – created jt3tips:tickertext [2015/05/27 05:28] jt3
Line 3: Line 3:
  
 ===== Examples ===== ===== Examples =====
 +
 ==== On_millisecond method ==== ==== On_millisecond method ====
 === Main Script === === Main Script ===
Line 26: Line 27:
        end        end
    end    end
- 
 === Text Field of Object(s) === === Text Field of Object(s) ===
    var_ms_stringout    var_ms_stringout
            
 +
 ==== Standard Function method ==== ==== Standard Function method ====
 === Main Script === === Main Script ===
Line 46: Line 47:
      end      end
    end    end
- 
 === Text Field of Object(s) === === Text Field of Object(s) ===
   tweens.scroll>=string.len(var_text)+16 and textscroll(string.len(var_text)+16) or string.sub("               "..var_text.."               ",tweens.scroll,tweens.scroll+15)   tweens.scroll>=string.len(var_text)+16 and textscroll(string.len(var_text)+16) or string.sub("               "..var_text.."               ",tweens.scroll,tweens.scroll+15)
 +
  
 ===== Explanation ===== ===== Explanation =====
tips/tickertext.txt · Last modified: 2015/05/27 13:55 by jt3