I can read minds.
Sicko.
I totally missed out!

RETRORATING: 17

MTV: The 90's

OFFICIAL

Click HERE to register.


 Forgot your info?
Remember me

Don't mess
with the bull.
JOIN!!!
2 COMMENTS
RETRORATING: 4
FAVORITED 1 TIMES

My Review of The Last Halloween

My first impressions of this surprisingly adorable and entertaining Halloween special created Hanna-Barbera, the same people that brought us "Scooby-Doo!", "Yogi Bear", "The Flintstones" and "The Jetsons", was: "This is actually pretty entertaining! I wish I was born 5 or 6 years earlier so I can "relive the joy and excitement" when it first aired!" I say this because when it first aired on CBS in 1991, I was still a baby and couldn't change the channel without sticking the TV remote in my mouth. (OK, I was joking about the TV remote but, you get the idea!) As for how I found out about this special in the first place, I was searching for Halloween specials to watch last year when I came across this little relic. I even watched it with my girlfriend recently. But enough about me, let's talk about this special!


The premise of the special centered around four aliens named 
Gleep (voiced by Paul Williams), Romtu (voiced by Don Messick), Scoota and Bing (both voiced by Frank Welker), who are on a mission to Earth from Mars to a mysterious element known as "coobi", as well as two kids, Michael (played by Will Nipper) and his sister, Jeanie (played by Sarah Matinek), who after losing their mother (prior to the events of the special), are on the verge of losing their family's candy factory due the lake surrounding it, Crystal Lake, being mysteriously "dried up".


When the two groups meet each other for the first time, the aliens decide to tell the kids of their mission to find "coobi", which to their surprise is actually candy. With the same goal in mind, the kids and the aliens decide to work together to find enough candy for the latter to take back to their home planet AND also try to save the former's family candy factory, all the while trying to avoid the clutches of the evil Mrs. Gizbourne (played by Rhea Perlman) who, along with her assistant Hans (played by Richard Moll), was responsible for draining Crystal Lake (the main power source for the candy factory) in order to find bugs to use in her experiments, in an effort to unlock the secrets of eternal beauty. I won't go into too much detail to the point of spoiling the whole special; I let you check it for yourself to see how it all turned out.

 
The special itself was entertaining and very touching, considering I was, as I mentioned beforehand, too young to watch it when it first came out. The CGI was mighty impressive, not to mention the fact that it was ahead of its time. I relate with the two main human characters losing their mother, just as I have lost many loved ones along the way.

 
With a heartwarming story and a charming cast of characters, but not being able to watch it when it first aired due to being too young at the time, I give The Last Halloween 4 and 1/2 coobis out of five. It's a good special to watch when you need a break from all the horror movies. Don't take my word for it, check it out for yourself!
 
 
I hope you enjoy reading this article. Make sure to get plenty of coobi, I mean candy, and have a safe and Happy Halloween! ;)
Digg Share
Looking for more from RetroOtaku620?
READ 153045 TIMES
Close

jkatz Posted on Oct 15, 2015 at 05:01 AM

I had no idea Hanna-Barbera dabbled in CGI! Interesting.

Vaporman87 Posted on Oct 12, 2015 at 07:22 PM

I have only seen bits and pieces of this special, but made sure to include it in the '13 and '14 RetroDaze Halloween Special because as you mention, it really is quite well done considering the time it was produced. The CGI is very well done for something as simple as a Halloween special (remember that '91 saw the release of T2, and that was really most folks' first glimpse of full on movie CGI). Great review sir.

Pokemania: Pokemon Snap

      People love to take pictures. Normally really nice ones to capture that right moment to remember or that of nature. Now take that...

12 Retro Snacks & Drinks I want to see Come Back

Growing up, we all had foods and drinks that we love to consume as kids. Whether it was a couple Pop-Tarts and a glass of Tang for breakfast, Lunchabl...

The Talismans of Shendu: From Worst to Best

  One of my favorite shows to watch on Kids WB in the early 2000s was Jackie Chan Adventures. I just loved watching Jackie, his adorable y...

RetroOtaku620 and Level Up's Virtual Easter Egg Hunt

Ah, Easter! Probably one of the best candy related holidays, right behind Halloween. It's the perfect time to spend time with your family, paint Easte...

Pokemon, as I remember it

A This article was originally posted in here but the original got lost to time (both on this site and on my deceased computer), so what I have chos...

CDbException

CDbException

CDbCommand failed to execute the SQL statement: SQLSTATE[01000]: Warning: 1265 Data truncated for column 'rj_classics' at row 1. The SQL statement executed was: UPDATE `articles` SET `id`=:yp0, `posted_by`=:yp1, `title`=:yp2, `content`=:yp3, `icon`=:yp4, `column`=:yp5, `type`=:yp6, `featured`=:yp7, `contest_winner`=:yp8, `official`=:yp9, `smurf`=:yp10, `posted_on`=:yp11, `status`=:yp12, `category`=:yp13, `action_on`=:yp14, `edited`=:yp15, `reads`=:yp16, `retro_rating`=:yp17, `favorited`=:yp18, `theme`=:yp19, `colorcode`=:yp20, `show_in_header`=:yp21, `approved_on`=:yp22, `rj_classics`=:yp23, `reviews`=:yp24, `review`=:yp25 WHERE `articles`.`id`=773

/home/ghostofvapor/public_html/yii/framework/db/CDbCommand.php(354)

342             return $n;
343         }
344         catch(Exception $e)
345         {
346             if($this->_connection->enableProfiling)
347                 Yii::endProfile('system.db.CDbCommand.execute('.$this->getText().$par.')','system.db.CDbCommand.execute');
348             $errorInfo = $e instanceof PDOException ? $e->errorInfo : null;
349             $message = $e->getMessage();
350             Yii::log(Yii::t('yii','CDbCommand::execute() failed: {error}. The SQL statement executed was: {sql}.',
351                 array('{error}'=>$message, '{sql}'=>$this->getText().$par)),CLogger::LEVEL_ERROR,'system.db.CDbCommand');
352             if(YII_DEBUG)
353                 $message .= '. The SQL statement executed was: '.$this->getText().$par;
354             throw new CDbException(Yii::t('yii','CDbCommand failed to execute the SQL statement: {error}',
355                 array('{error}'=>$message)),(int)$e->getCode(),$errorInfo);
356         }
357     }
358 
359     /**
360      * Executes the SQL statement and returns query result.
361      * This method is for executing an SQL query that returns result set.
362      * @param array $params input parameters (name=>value) for the SQL execution. This is an alternative
363      * to {@link bindParam} and {@link bindValue}. If you have multiple input parameters, passing
364      * them in this way can improve the performance. Note that if you pass parameters in this way,
365      * you cannot bind parameters or values using {@link bindParam} or {@link bindValue}, and vice versa.
366      * binding methods and  the input parameters this way can improve the performance.

Stack Trace

#2
+
 /home/ghostofvapor/public_html/protected/controllers/SiteController.php(1262): CActiveRecord->update()
1257                 $ifFavorited = $ifAction = 0;
1258             }
1259 
1260             $this->render('article', array('model' => $model, 'article' => $article, 'postedBy' => $postedBy, 'comments' => $comments, 'commentCount' => $commentCount, 'ifFavorited' => $ifFavorited, 'ifAction' => $ifAction, 'allArticles' => $allArticles, 'pages' => $pages));
1261             $article->reads += 1;
1262             $article->update();
1263         } else {
1264             $this->redirect(Yii::app()->createUrl('site/error', array('code' => 404, 'message' => 'This page was not found.')));
1265             exit();
1266         }
1267     }
#15
+
 /home/ghostofvapor/public_html/index.php(16): CApplication->run()
11 defined('YII_DEBUG') or define('YII_DEBUG',true);
12 // specify how many levels of call stack should be shown in each log message
13 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
14 
15 require_once($yii);
16 Yii::createWebApplication($config)->run();
2026-04-09 23:38:52 Apache Yii Framework/1.1.11