Awesome! Great find Monsiuer OUXX, appreciated.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menufunction RotateChar() {
Dsprite = DynamicSprite.CreateFromExistingSprite(9, true);
while (rotateangle > 359) {
rotateangle = rotateangle - 359;
}
Dsprite.Rotate(rotateangle, 50, 50);
ViewFrame *vf = Game.GetViewFrame(player.NormalView, player.Loop, 0);
vf.Graphic = Dsprite.Graphic;
rotateangle += FloatToInt(Gspeed / 20.0, eRoundNearest);
Dsprite.Delete();
}
DynamicSprite* Dsprite = DynamicSprite.CreateFromExistingSprite(9, true);
if (rotateangle > 359) {
rotateangle = rotateangle - 359;
}
Dsprite.Rotate(rotateangle, 50, 50);
ViewFrame*vf = Game.GetViewFrame(player.NormalView, player.Loop, 0);
vf.Graphic = Dsprite.Graphic; // <--- THIS LINE CRASHES THE GAME, IF COMMENTED OUT, NO CRASH
Dsprite.Delete();
Quote from: WLN73 on Tue 04/09/2012 08:17:39
.... but no one has read ".... and the FIRST result is not bad" ?!?!? Here everyone can make a game in a day? Blessed are you .... I, as a poor mortal, do a tests before ...
I can't stand people that when opened the mouth make fart and not talking ( Armageddon ) What do you know who I am or what work i do!?!?! .... go find in a package this .... if you can .....
Quote from: WLN73 on Tue 04/09/2012 08:17:39
.... but no one has read ".... and the FIRST result is not bad" ?!?!? Here everyone can make a game in a day? Blessed are you .... I, as a poor mortal, do a tests before ...
Quote from: m0ds on Sat 01/09/2012 03:54:43
A URL that contains the word "igg" ?
Quote from: NightHawk on Wed 29/08/2012 16:10:23
>go back in the hallway and go through the level 2 door on the left.
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.250 seconds with 15 queries.