Looks like the next build will be Thursday night, and then Saturday night.
To tide you over, here’s a look at one of the new CPM tags making its debut…
[lua]–#library crawlspaceLib csl
–#library director+
–#library buttoncode[/lua]
Do you know what those lines of code at the top of your source file will do? When you hit the Launch or Publish buttons they will be replaced with the following:
[lua]csl = require(“crawlspaceLib”)
director = require(“director”)
require(“buttoncode”)[/lua]
And if you’ve thrown those files into the CPM Library (inside Prefs) at some point in the past, you don’t even have to have them in your project – CPM will grab them from the Library when it sees the tag and copy them to where they’re needed.
The tags showing up in CPM v3 include:
–#library libName
Does what you just saw above. 
–#snippet snippetName
Replaces that one line with the chunk of code in your Snippets
–#terminal
Shows the Terminal pane when you launch (if it’s closed).
–#label BookmarkName
Better than the old bookmarks, the name you give will show up in the list.
–#todo What you need to get done
Grouped together under bookmarks, a list of things you need to fix/finish in your code.
And there are a couple more that will probably remain secret for now. (But wouldn’t it be cool if there was a tag that said, “Hey, I don’t want to insert every stinking display object into a group, why don’t you do it for me?”)
Whether the “secret” ones show up in v3 or v3.1 remains to be seen.
This weekend I’ll also be creating videos showing how to use the tags and I’ll post a link to those when they’re done.
Thanks!
Jay
[import]uid: 9440 topic_id: 19485 reply_id: 104641[/import]