Non-Interactive Games?
#1
Has anyone tried making slideshows or cutscenes in Buildism? You could do some cool things that way.

Here is a script that removes the character and centers the camera on the part of your choice:

[lua]
function playerAdded(object)
if object:isA("Character") then
object:remove()
game.Camera.FollowObject = game.World.Center
game.Camera.ScaleFactor = 7
end
end

link(game.World.ChildAdded, playerAdded)
[/lua]
Reply


Messages In This Thread
Non-Interactive Games? - by Jacob__mybb_import1 - 04-05-2011, 07:14 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)