Jump to content

help move back


iiv03

Recommended Posts

I want it to move its background image black with text

and i have this code's

    if race.nextMap then 
	    local MapNameNow = getTickCount() - race.mapNameTick
		local luck = math.random(1,2) if luck == 2 then race.mapNameTick = race.mapNameTick + 22 end
		local progress = (MapNameNow/2000)
	    local _progress = math.floor(getEasingValue(progress,"Linear")*race.mapName:len())
		if ( _progress > race.mapName:len()) then
	        _progress = race.mapName:len()
		end
		local _MapName = race.mapName:sub(1,_progress)

if you not understand me you can see my photo :D

xw1h7kmtahr9.png

Edited by liwahadri
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...