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
#2
Cool thanks
Reply
#3
Epic!
Reply
#4
Thanks soo much, I was about to ask for something like this - I'll be making an awesome game now. I need a texture...how do I get a texture?
[Image: poptartFINALTINY.gif]
[Image: log.png?t=1302647037]
Reply
#5
Oh cool, I got a couple ideas with this.
Reply
#6
Cool!
User Of Buildism!
Reply
#7
Is their a way to bring your character back, so you could do cutscenes? Smile
[Image: rogershanksluffy_display.gif]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)