Home   Help Search Login Register  

Author Topic: Camera won't move...  (Read 1355 times)

0 Members and 1 Guest are viewing this topic.

Mercenary

  • Guest
Camera won't move...
« on: 26 Aug 2002, 00:26:35 »
Code: [Select]
hint "Executed"
setaccTime 1.0
_camera = "camera" camCreate [9686.67,3831.12,-99999.95]
titlecut ["","Black in",2]
~2

; Lets have no sound
0.0 fadeSound 0.0

; Slow Mo
setaccTime .10

@accTime == .10

;=== 16:51:27
_camera camSetTarget [9686.67,3831.12,-99999.95]
_camera camSetPos [9692.39,3840.81,0.05]
_camera camSetFOV 0.700
_camera camCommit 0
@camCommitted _camera

;=== 16:51:40
_camera camSetTarget [-39875.28,-80115.27,22263.98]
_camera camSetPos [9692.39,3840.81,0.05]
_camera camSetFOV 0.700
_camera camCommit 10
@camCommitted _camera

2 fadeSound 1

hint "Done"


How can I be inside the camera?  I made a camera and it seems to work/move because it pops up done in like 10 seconds (sorry I am a newbie to all this).
« Last Edit: 26 Aug 2002, 00:29:49 by Mercenary »

seanver

  • Guest
Re:Camera won't move...
« Reply #1 on: 26 Aug 2002, 01:32:10 »
Add this line:
_camera cameraeffect ["internal", "back"]

below this line:

_camera = "camera" camCreate [9686.67,3831.12,-99999.95]
« Last Edit: 26 Aug 2002, 01:32:47 by SeAnVeR »

Mercenary

  • Guest
Re:Camera won't move...
« Reply #2 on: 26 Aug 2002, 01:46:58 »
Thanks a million!

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Camera won't move...
« Reply #3 on: 26 Aug 2002, 03:44:44 »
Can you use the problem solved button in the future Mercenary, its next to the quote button.