| |
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: |
|||
Lingo conditionals that use field values: if value(field "temp")>75 and value(field "temp")<=85 then
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") |
|||
| |
|||