connect the dots
I'm working on a number of connect the dots and am trying to 'burn' in the point numbers so I wouldn't have to manually add them later. Any thoughts?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Frederik De Ble... on 30 Jun, 2014 12:21 PM
Create a "range" node between 1 and the number of dots + 1. Round them off (so you have integers instead of floating point values) and use those as the text input for a text path node.
I've included an example that shows this.
Best,
F
PS Sorry for the extremely late reply.
2 Posted by Ruth Kinyanjui on 02 Jul, 2014 10:41 PM
Hey Frederik, I tried opening this file but it gave a "too new" error. I have the latest version found on download page.
Thanks
Ruth
3 Posted by Rodolfo Oliveir... on 02 Jul, 2014 11:15 PM
Hi Ruth, I noticed that but... if you edit the ndbx file (with notepad or something similar) right in the beginning you'll find:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ndbx formatVersion="20"
replace that "20" with "18" and, tada!
cheers
4 Posted by Ruth Kinyanjui on 02 Jul, 2014 11:21 PM
Wonderful! It now works.
Thanks Rodolfo
5 Posted by Chris on 06 Sep, 2014 07:33 PM
Many thanks!