Uploaded a new version that should solve the crashes once and for all:
http://hy3na.net/Games/TOTV/Terror_of_the_Vampire_v1.2.zip
http://hy3na.net/Games/TOTV/Terror_of_the_Vampire_v1.2.zip
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 MenuQuote from: Grim on Wed 21/06/2017 23:31:09
Alrighty! Well that entitles you to get everything for free, yay!
DynamicSprite *bellsprite;
int angle = 1;
function room_Load()
{
bellsprite = DynamicSprite.CreateFromExistingSprite (520);
}
function room_RepExec()
{
angle++;
if (angle > 359) angle = 1;
bellsprite = DynamicSprite.CreateFromExistingSprite (520);
bellsprite.Rotate (angle, 128, 128);
oBell.Graphic = bellsprite.Graphic;
oBell.X = FloatToInt(((100.0-64.0) * Maths.Cos (Maths.DegreesToRadians (IntToFloat (angle)))) - ((113.0-32.0) * Maths.Sin (Maths.DegreesToRadians (IntToFloat (angle)))))+64;
oBell.Y = FloatToInt(((100.0-64.0) * Maths.Sin (Maths.DegreesToRadians (IntToFloat (angle)))) + ((113.0-32.0) * Maths.Cos (Maths.DegreesToRadians (IntToFloat (angle)))))+32;
}
Quote from: Gurok on Fri 16/06/2017 11:39:21
My point was that "white morons" was dangerously close to "corrupt females".
Quote from: Gurok on Fri 16/06/2017 11:39:21
I would say that Trump has had quite a few misfires, but also made real progress, and the people underneath him truly believe in his leadership.
They have the right to remain optimistic. I think they're genuine, but I can see how someone might think that a person couldn't be genuine and hold opposing beliefs to his or her own.
Quote from: Gurok on Thu 15/06/2017 03:59:41
Perhaps you could explain to me how you think that woman and corrupt are perfectly separable, but white and moron are not.
Quote from: Gurok on Wed 14/06/2017 04:26:35
To paraphrase you, Ali, the key word in this sentence is 'white'. Practise what you preach. Don't bring race into this.
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.144 seconds with 19 queries.