Movieclip not included in Game Edition?

I realize sprites are the way to go, but was just looking to use movieclips to quickly prototype something. Just wanted to confirm that this was intentional.

In case it’s relevant, I get the following error from the line
movieclip = require “movieclip”

Runtime error
/Users/neoblargg/Documents/Games/EXP Game 1/main.lua:37: module ‘movieclip’ not found:resource (movieclip.lu) does not exist in archive
no field package.preload[‘movieclip’]
no file ‘/Users/neoblargg/Documents/Games/EXP Game 1/movieclip.lua’
no file ‘/Applications/Corona Game Edition Alpha 2/Corona Simulator.app/Contents/Resources/movieclip.lua’
no file ‘/Applications/Corona Game Edition Alpha 2/Corona Simulator.app/Contents/Resources/movieclip.blu’
stack traceback:
[C]: ?
[C]: in function ‘require’
[import]uid: 6259 topic_id: 1561 reply_id: 301561[/import]

Movieclip will work, but it’s an external Lua library that doesn’t ship in the Game Edition samples, so you’ll need to add the file “movieclip.lua” to your project directory.

You can find it in the “Movieclip” sample project in the regular SDK, or you can download it on this page:

http://developer.anscamobile.com/sample-code/graphics#Movieclip [import]uid: 3007 topic_id: 1561 reply_id: 4442[/import]