TestPage1
Jump to navigation
Jump to search
hello world? not equal
Summary[edit]
Parameters - Test Page Page
Float Parameter
float - A default single value parameter
Sequence Parameter
sequence - A sequence parameter with 2 parameters in it
Name
sequence0name - A String parameter
Value
sequence0value - A Float Parameter
String Collapser
string - A String Parameter with an attached collapser.
- Collapsed Parameter 1
somecollapsed1- A String parameter
run("print('hello')")
ready to delete
▸ Hello Hidden Stuff
Hidden Stuff
Parameter Color Space Parameters
so I can write here?
location = 'world'
# our first argument is a string, then next is a variable
run('print(args[0] + ", " + args[1])', 'hello', location, delayFrames=60)
# running another function using args
def otherFunc(thing):
print('yo,', thing)
run('args[0]("moon")', otherFunc, delayMilliSeconds=2000)
run('print("hello, world")', delayFrames=60)