jamelnassar Posted October 14, 2013 Posted October 14, 2013 hello i have code make my photo come from left i want to make the photo come from right i tried a lot but it doesnt work this is the code function mapwindowa() local hours = getRealTime() .hour local minutes = getRealTime() .minute local seconds = getRealTime() .second local sec = getTickCount() / 1 local rotate = math.ceil(sec) * 0.20 deltaTime = (getTickCount()) - startTimess if deltaTime <= 1000 then beta = sx - ((deltaTime/1000)*400) elseif (deltaTime > 1000) and (deltaTime < 4000) then beta = sx-400 end Help me !!!! i want to make the photo come from right
mint3d Posted October 14, 2013 Posted October 14, 2013 Ye Neither do I it doesn't look like a full code and i think he means that the image comes from the left but he wants it to come from the right
Moderators IIYAMA Posted October 14, 2013 Moderators Posted October 14, 2013 Try line 10: + instead of -.- and - = + - and + = -
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now