Please login or register.

Login with username, password and session length
Advanced search  

News:

Forum rules - please read before posting, it can save you a lot of time.

Show Posts

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.

Messages - Radiobuzz

Pages: [1]
1
Technical forum / Re: Sprite's things
« on: March 26, 2005, 03:59:21 PM »
Thank you.

In the first case, I didn't realice that the colou was 254, 0, 0 (I was using 256, 0, 0). But this was all Paint's fault, because it changed the red when I saved the file in JPG. I'm going to use BMP files from now on.

The delay thing also work. How stupid, I thought that was for changing the delay it takes to start.

Thanks again, and these will not be my final questions, so bear with me  ;D.

2
Technical forum / Sprite's things
« on: March 26, 2005, 04:02:26 AM »
Hello everyone.

I have two problems with the sprite editor.

The fist one: I have this picture, with a red background. I tell the editor that I want the red to be transparent, but it doesn't work! When I add the sprite into the scene, it's still red. What should I do?

Second: The sprite's reproduces really fast. Too fast, in fact. But I haven't seen any option in the editor that let me slow it down. Any suggestions?

Thanks.

PS: Note for MMR: Quise registrarme en los foros en español, pero no me dejaba. Luego vi que se han mudado, pero cuando quiero entrar en la nueva dirección, me dice: "Table 'algarine_nuke1.smf_settings' doesn't exist".

3
Technical forum / Re: Noob question
« on: August 26, 2004, 11:20:03 PM »
It's 2 MB... do you want me to send it?

4
Technical forum / Re: Noob question
« on: August 26, 2004, 04:26:44 PM »
Yes, the script is in the right entity (the only one in the screen), and the name appears in the right side of the screen (in the debug mode). I'm guessing maybe it's a problem with regions? Because the object it's in the sky, and the sky has no regions. Could be that?

5
Software and games / Re: Sanitarium - only for weird players!
« on: August 26, 2004, 05:58:33 AM »
Sanitarium is a AWESOME game. I'm playing it for the second time.
BTW it worked just fine in Win XP, and I have an on-board SiS video card so... ;P.

6
Technical forum / Noob question
« on: August 26, 2004, 05:55:26 AM »
Hi all, this is my first post here. I've downloaded WME today, and it is just great (a friend of mine recommend it, he did a game called 'Sofia's Debt' with WME).

I read and did the tutorial that comes with the help file, but I have a doubt.

I have a character and an object. I want that when the character talks to this object, she will walk to a certain point and the object will go to her.

I've edited the object script writing:

on "Talk"
{
  actor.GoToObject(this);
  actor.Talk("Holaa?? Hola, señor extraterrestre?");
  actor.GoTo(200, 700);
}

and it worked, the character moved to that point. But then, I write:

  entity.SkipTo(500, 600);

and when I run the game, I can't click with the right button to select the talk option. What should I do?

My other question, is there another tutorial somewhere?

Thanks  :).

Pages: [1]

Page created in 0.092 seconds with 24 queries.