Let's Be Ritzy
Let's Be Ritzy is a 1934 American pre-Code comedy film directed by Edward Ludwig and written by Harry Sauber and Earle Snell. The film stars Lew Ayres, Patricia Ellis, Isabel Jewell, Frank McHugh, Berton Churchill and Robert McWade. The film was released on May 1, 1934, by Universal Pictures.[1][2][3]
Let's Be Ritzy | |
---|---|
Directed by | Edward Ludwig |
Produced by | Carl Laemmle, Jr. |
Screenplay by | Harry Sauber Earle Snell |
Story by | William Anthony McGuire |
Starring | Lew Ayres Patricia Ellis Isabel Jewell Frank McHugh Berton Churchill Robert McWade |
Music by | Edward Ward |
Cinematography | Charles J. Stumar |
Edited by | Milton Carruth |
Production company | |
Distributed by | Universal Pictures |
Release date |
|
Running time | 68 minutes |
Country | United States |
Language | English |
Plot
Cast
- Lew Ayres as Jimmy Sterling
- Patricia Ellis as Ruth Sterling
- Isabel Jewell as Betty
- Frank McHugh as Bill Damroy Robert
- Berton Churchill as R.M. Pembrook
- Robert McWade as Splevin
- Hedda Hopper as Mrs. Burton
- Addison Richards as Lt. Spaulding
- Clay Clement as Mr. Hildreth
- Adrian Morris as Henry Robert
- Betty Lawford as Mrs. Pembrook
- Lois January as Stenographer
- Craig Reynolds as Clerk
- Jimmy Scott as Clerk
- Dean Benton as Clerk
- Boothe Howard as Cop
- Barry Norton as Rogers
gollark: Is it compatible with potatOS?
gollark: I keep telling people, but we just get cuboids!
gollark: This is why we need giant *cubes*.
gollark: <@151391317740486657>
gollark: ```luafunction _G.potatOS.potatoNET() local chan = "potatonet" print "Welcome to PotatoNET!" write "Username |> " local username = read() local w, h = term.getSize() local send_window = window.create(term.current(), 1, h, w, 1) local message_window = window.create(term.current(), 1, 1, w, h - 1) local function exec_in_window(w, f) local x, y = term.getCursorPos() local last = term.redirect(w) f() term.redirect(last) w.redraw() term.setCursorPos(x, y) end local function add_message(m, u) exec_in_window(message_window, function() local msg, usr = preproc(m), preproc(u) if msg == "" or usr == "" then return end print(usr .. " | " .. msg) end) end local function send() term.redirect(send_window) term.setBackgroundColor(colors.white) term.setTextColor(colors.black) term.clear() local hist = {} while true do local msg = read(nil, hist) table.insert(hist, msg) add_message(msg, username) skynet.send(chan, { username = username, message = msg }) potatOS.comment(username, msg) end end local function recv() while true do local channel, message = skynet.receive(chan) if channel == chan and type(message) == "table" and message.message and message.username then add_message(message.message, message.username) end end end skynet.send(chan, { username = username, message = "Connected" }) parallel.waitForAll(send, recv)end```
References
- "Let's Be Ritzy (1934) - Overview". TCM.com. Retrieved 2016-01-11.
- "Let-s-Be-Ritzy - Trailer - Cast - Showtimes". NYTimes.com. Retrieved 2016-01-11.
- "Let's Be Ritzy". Afi.com. Retrieved 2016-01-11.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.