Law of the Valley
Law of the Valley is a 1944 American western film directed by Howard Bretherton.[1] This is the twelfth film in the "Marshal Nevada Jack McKenzie" series, and stars Johnny Mack Brown as Jack McKenzie and Raymond Hatton as his sidekick Sandy Hopkins, with Lynne Carver, Kirk Barron and Edmund Cobb.
Law of the Valley | |
---|---|
Directed by | Howard Bretherton |
Produced by | Charles J. Bigelow |
Written by | Joseph O'Donnell |
Starring | Johnny Mack Brown Raymond Hatton Lynne Carver |
Music by | Edward J. Kay |
Cinematography | Marcel Le Picard |
Edited by | John M. Foley |
Production company | |
Distributed by | Monogram Pictures |
Release date | November 4, 1944 |
Running time | 52 minutes |
Country | United States |
Language | English |
Cast
- Johnny Mack Brown as Marshal Nevada McKenzie
- Raymond Hatton as Marshal Sandy Hopkins
- Lynne Carver as Ann Jennings
- Kirk Barron as Tom Findley
- Edmund Cobb as Dan Stanton
- Charles King as Miller - Henchman
- Tom Quinn as Condon - Henchman
- Steve Clark as Slim Roberts - Henchman
- Hal Price as Sheriff
- Marshall Reed as Al Green - Henchman
- George DeNormand as Red Adams - Henchman
- George Morrell as Jennings - Rancher
- Charles McMurphy as Bartender
gollark: _continues futile attempts to optimize stuff_
gollark: getItemMeta returns a thing with stackSize, right?
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
See also
The Nevada Jack McKenzie series
- The Ghost Rider (1943)
- The Stranger from Pecos (1943)
- Six Gun Gospel (1943)
- Outlaws of Stampede Pass (1943)
- The Texas Kid (1943)
- Raiders of the Border (1944)
- Partners of the Trail (1944)
- Law Men (1944)
- Range Law (1944)
- West of the Rio Grande (1944)
- Land of the Outlaws (1944)
- Law of the Valley (1944)
- Ghost Guns (1944)
- The Navajo Trail (1945)
- Gun Smoke (1945)
- Stranger from Santa Fe (1945)
- The Lost Trail (1945)
- Frontier Feud (1945)
- Border Bandits (1946)
- The Haunted Mine (1946)
References
- Martin p.168
Bibliography
- Martin, Len D. The Allied Artists Checklist: The Feature Films and Short Subjects of Allied Artists Pictures Corporation, 1947-1978. McFarland & Company, 1993.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.