ScriptingRT IAT Example

45 views
Skip to first unread message

Cody DeHaan

unread,
Jun 20, 2014, 10:00:38 AM6/20/14
to scrip...@googlegroups.com
I've posted my example IAT in ScriptingRT on GitHub:


Thought I'd post it here for anyone looking to get started with an IAT in ScriptingRT, as well as for any feedback/suggestions.

KNR

unread,
Jan 10, 2015, 10:25:44 AM1/10/15
to scrip...@googlegroups.com
Thank you for sharing this!  I was wondering if it is possible to modify this for a single-category IAT?  I'm new to ScriptingRT so I'm *hoping* you'll say yes and that it's easy, but I'd be happy with even a yes with difficulty.
-Katie

Cody DeHaan

unread,
Feb 2, 2015, 8:24:42 AM2/2/15
to scrip...@googlegroups.com
Katie,

I'm sorry for the delay, I don't receive emails for this group.

This should be possible. In my example file, there are two files you'd need to change.

First, for sexualityiat.mxml, you'd want to replace this line:

public var cat4:String = "Sexually Unattractive";


with

public var cat4:String = "";


Then, in the file helper.actionscript, in blocks 3, 4, 6, and 7, you'll want to replace these lines:

L5.text = "or";
L6
.text = cat4;


with this:

L5.text = "";
L6
.text = "";

I hope that makes sense. Basically, this makes the task the same, but removes the fourth category.

Cody

Alina Kuhl

unread,
Jun 14, 2016, 5:40:35 PM6/14/16
to scriptingrt
Hey Cody,
how do I integrate helper.actionscript as a source?
Thank you for your help,
Alina
Reply all
Reply to author
Forward
0 new messages