===== OPENING_CREDITS ===== Scaleform used for displaying credits, using DrawScaleformMovie(). ---- {{:opening_credits_test_credit_block.png?600|}} BeginScaleformMovieMethod(scaleform, "TEST_CREDIT_BLOCK") ScaleformMovieMethodAddParamTextureNameString_2(_role) ScaleformMovieMethodAddParamTextureNameString_2(_names) --You can use "\n" between names in the string ScaleformMovieMethodAddParamTextureNameString('left') ScaleformMovieMethodAddParamFloat(0.0) --roles X coord offset ScaleformMovieMethodAddParamFloat(50.0) --names X coord offset ScaleformMovieMethodAddParamInt(1) --duration on screen, after animation, in seconds. ScaleformMovieMethodAddParamInt(5) ScaleformMovieMethodAddParamInt(10) ScaleformMovieMethodAddParamInt(10) EndScaleformMovieMethod()