Wow! Looks awesome. Congrats.
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 MenuQuoteor do some of you simply copyright the studio name and run with it?
Quote from: GarageGothic on Mon 09/03/2009 23:20:53
Sure, just pm me your email address.
player.Speak("My name is Player 1");
player.Speak("I live on the moon.");
...
function Speak(this Character*,String msg) {
lblSpeech.Text=msg;
}
while(count < 359)
{
Wait(8);
sprite = DynamicSprite.CreateFromExistingSprite(8);
sprite.Rotate(1+count);
object[0].Graphic = sprite.Graphic;
count+=2;
}
Quote from: SSH on Wed 04/02/2009 20:56:51
You need to keep the sprite pointer as a global variable, or when the function finishes, the sprite gets deallocated...
Quote* Added inventory item CursorImage property to allow you to set a different image for the mouse cursor to the inventory window
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.073 seconds with 15 queries.