15 lines
166 B
Text
15 lines
166 B
Text
cp = script("CameraPhone").new()
|
|
|
|
cp.snap()
|
|
-- "SNAP!"
|
|
|
|
cp.ring(3)
|
|
-- "RING!!!"
|
|
-- "RING!!!"
|
|
-- "RING!!!"
|
|
|
|
put cp.resolution
|
|
-- "1024x768"
|
|
|
|
put cp.ringtone
|
|
-- "Bell"
|