Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
11
Task/Inheritance-Multiple/Lingo/inheritance-multiple-1.lingo
Normal file
11
Task/Inheritance-Multiple/Lingo/inheritance-multiple-1.lingo
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
-- parent script "Camera"
|
||||
property resolution
|
||||
|
||||
on new (me)
|
||||
me.resolution = "1024x768"
|
||||
return me
|
||||
end
|
||||
|
||||
on snap (me)
|
||||
put "SNAP!"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue