xboxscene.org forums

Author Topic: Really Quick  (Read 92 times)

crobar

  • Archived User
  • Hero Member
  • *
  • Posts: 789
Really Quick
« on: November 18, 2003, 01:59:00 PM »

using x and y  with some math couldnt you make eased movement and moving menus/elements with a movie?

CODE
   yspeed = .2;
   yfriction = .1;
   ygravity = .8;
   yweight = .10;
   ythrust = 1.4;
   ygoal = 200;
   yspeed = yspeed*yfriction+(ygoal-y)*ygravity*yweight*ythrust;
   y += yspeed;


if that makes no sence  ignore this...
Logged

geniusalz

  • Archived User
  • Hero Member
  • *
  • Posts: 1635
Really Quick
« Reply #1 on: November 25, 2003, 07:01:00 PM »

Read up on this in the newbie forum

If you don't get something, ask for help and specify what sort of mod you want (modchip, flash bios, exploit, etc).
Logged