fooo,…
Thread for testing posts
ElDo
#425
Just testing forums smilies, etc :bounce: this look cool ![]()
lets see Colors this green fits nice with this BG
orange too
[size=3]Big[/size=3]
Flicker2200
#430
what does it take for a person to get an avatar
man, the limit of fonts is so limited .
justing posting this so i can increase my number of posts:buttrock:
Flicker2200
#432
more testing
http://homepages.paradise.net.nz/joseph/jokes/simpbrain.jpg
i hope theres an image :shrug:
Flicker2200
#433
more testing
http://homepages.paradise.net.nz/joseph/jokes/simpbrain.jpg
i hope theres an image :shrug:
lechoo
#438
font test
font test
[ol]
[li]aaa[/li][li]aaa[/li][/ol]font test
[right]font test[/right]
[left]
[/left]
[left]on add_fish pressed do[/left]
(
local Zamp_rand_arr = #()
local Zfreq_rand_arr = #()
local Zphase_rand_arr = #()
[left]for i in 1 to (getNumVerts $Object02) do[/left]
(
append dummy_arr (dummy pos:(getVert $Object02 i))
append fish_obj_arr (instance fish_obj_pick.object)
fish_obj_arr[fish_obj_arr.count].pos = in coordsys $Object02 (getVert $Object02 i)
fish_obj_arr[fish_obj_arr.count].rotation.controller = LookAt_Constraint()
fish_obj_arr[fish_obj_arr.count].rotation.controller.appendTarget dummy_arr[dummy_arr.count] 1.0
fish_obj_arr[fish_obj_arr.count].rotation.controller.targetAxis = 1
fish_obj_arr[fish_obj_arr.count].rotation.controller.upnode_Axis = 1
append Zamp_rand_arr (random 0.0 Zamp_rand.value)
append Zfreq_rand_arr (random -Zfreq_rand.value Zfreq_rand.value)
append Zphase_rand_arr (random 0.0 Zphase_rand.value)
[left])[/left]
animate on
(
for current_time in (animationRange.start + 5) to (animationRange.end) do
(
for i in 1 to (getNumVerts $Object02) do
(
at time current_time fish_obj_arr[i].pos = (getVert $Object02 i)
at time current_time Zphase_rand_arr[i] += ((distance fish_obj_arr[i].pos (at time (current_time - 1)(getVert $Object02 i))) * (Zfreq.value + Zfreq_rand_arr[i]))
at time current_time fish_obj_arr[i].pos.z += (sin(Zphase_rand_arr[i]) * Zamp.value)
at time current_time dummy_arr[i].pos = (at time (current_time - 5)(getVert $Object02 i))
at time current_time dummy_arr[i].pos.z += (sin(Zphase_rand_arr[i] - Zphase.value) * Zamp.value)
)
)
)
)
[left]
[/left]





