Howto:Dynamic Liveries via Canvas: Difference between revisions

Jump to navigation Jump to search
m
→‎Canvas Code: sorry about that
m (→‎Canvas Code: sorry about that)
Line 89: Line 89:


# start those two timers to hide/show the dirt texture with 2 second delays
# start those two timers to hide/show the dirt texture with 2 second delays
timer_hide().start();
timer_hide.start();
timer_show().start();
timer_show.start();


# Create a Canvas dialog window to hold the canvas and show that it's working
# Create a Canvas dialog window to hold the canvas and show that it's working

Navigation menu