...
Huh? Shouldnt the switch be doing the setting? Why would you need it?
|
|
Source code |
1 |
onclick="add(newscale,scale,1); tween(scale,get(newscale));" |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<action name="demoaction1"> addplugin(demo1); set(plugin[demo1].url,%SWFPATH%/images/a2.png); set(plugin[demo1].align,top); set(plugin[demo1].edge,top); set(plugin[demo1].visible,true); set(plugin[demo1].x,-300); set(plugin[demo1].y,10); set(plugin[demo1].onclick,add(newscale,scale,0.2); tween(plugin[boton1].scale,get(newscale));); set(plugin[demo1].ondown,); set(plugin[demo1].onup,); set(plugin[demo1].zorder,1); </action> |