1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
[object_type]
id=scrolling_text_controller
ignore_collide=true
always_active=yes
on_create="[set(alpha, 0), if(txt, text(txt, 'default', size))]"
on_end_anim="animation('normal')"
zorder=50
[vars]
txt="'TEXT'"
size=1
[/vars]
[editor_info]
category=controllers
[var]
name=txt
type=text
value="'TEXT'"
[/var]
[var]
name=size
value="1"
[/var]
[/editor_info]
on_process = "set(y, y-1)"
[properties]
set_text="def(text) [set(vars.txt, text), fire_event(me, 'create')]"
[/properties]
on_editor_changed_variable="if(txt, text(txt, 'default', size))"
on_editor_added="if(txt, text(txt, 'default', size))"
[animation]
id=normal
image=effects/particles.png
x=148
y=42
w=28
h=28
frames=1
duration=1000
[/animation]
[/object_type]
|