Main Menu


Sponsored Links

  


  
  
Web Cartoon Maker: a Fun Way to Learn C++ Contents Previous Next

Compiling

Let's compile our first cartoon. We are going to use the Desktop Edition of Web Cartoon Maker for this purpose.

  1. Start Web Cartoon Maker (Desktop Edition)

  2. Type the following program

void Scene1 ()

{

// declare a text object

Text MyText ( "Hello World" );

// make it visible

MyText.SetVisible ( true );

}

  1. Click “Compile” button on the toolbar

  1. Wait until your program is compiled and movie is created. Status bar message should say “Ready” and “Download Movie” link should appear in the Output Window. WCM Player will start automatically

  2. First frame of your cartoon saying “Hello World!” should be displayed

  1. Click “Play” button in WCM Player. Your cartoon should play to the end.

  2. Close WCM Player.

  3. Try to play with your program by modifying the “Hello World” text.

There are three other buttons in the WCM Player window. These buttons control the loading and export of WCM cartoons and will be explained later.

Reference: At this point, you might also want to look at the “Hello World” tutorial and also run the “Text Objects in Web Cartoon Maker” sample script.


Contents Previous Next
  
News

New Tales Animator Video by Alan Sturgess

Alan Sturgess shared an excellent video he made using Tales Animator! You can still download Tales Animator here. Unfortunately it is only available for Wi

...

Simple Online Character Designer

There is a prototype of simple online character designer available HERE. It is only a prototype, it does not contain many pieces yet but it can already generat

...

Book is updated

Now our book "Web Cartoon Maker: A Fun Way to Learn C++" is fully in synch with WCM 1.5! It is available for download and online reading HERE.

...

Web Cartoon Maker 1.5 is here!

Web Cartoon Maker 1.5 is finally here! You can download it HERE! Here is what was updated in version 1.5: Web Cartoon Maker Desktop Edition is now fully standal

...

read more news...


Poll