by The achievement » Mon Jun 26, 2006 7:54 pm
1) if you want him to stop on the platform, do this. player collision any side of platform. > physical response set everything to 0. thats what i do anyway. then click immediate action.
2) levels Make a flag actor of some sort. draw a flag in paint or paint shop. then make a filled region. then put the filled region wherever you want. then do. player> collision any side of flag> Script editor> type this code
x=Filled_region.x;
y=Filled_region.y;
view.x=Filled_region.x-200;
view.y==Filled_region.y-100; and you move to the filled region for level 2! hope this helps you!