Class 5: Utilizing data online in your animation

Lingo commands: put .... into

Example 1: Transfer a piece of data from one field into another field: put line 26 of field "netTextResult" into field "weatherstring"

Example 2: Putting data from a field into the message window:
put (member("weatherstring").text.line[1].word[1])

Lingo conditionals that use field values:

if value(field "temp")>75 and value(field "temp")<=85 then

sprite(2).color=rgb(255, 0, 0)

end if

Click to see net page movie takes data from

Using a value in a text field as data:

sprite(2).width=value(field "temp")


MainLinksSyllabusHolmes