Community

SCI Programming => Mega Tokyo SCI Archive => Topic started by: robingravel on May 31, 2002, 04:19:11 PM

Title: problem with tutorial in brian's sci site.
Post by: robingravel on May 31, 2002, 04:19:11 PM
In sci studio 2.0 online help

I got 404 error in:

SysWindow.sc in  The Class System and The Scripts
sections.

cursor editor in Cursor Resources and overview sections

controls in The Class System, The Scripts and  controls.sc
sections

Another question: is there a kernel to allow the ego (probability Naturette) to swim?


Robin Gravel



Title: Re:problem with tutorial in brian's sci site.
Post by: Brian Provinciano on May 31, 2002, 04:46:14 PM
My whole help file is not uploaded yet. It's there to merely give you an idea of what it will be like.

To make the character swim, you would simply have an OnControl event, and make water a certain control colour. When the ego is on that control, change the view to a swimming one.

Note that for doing that, you'd use the class system, not the kernels. When making your game, you should ALWAYS use the class system rather than kernels.