View Full Version : I need help...


dan8
01-23-2003, 03:36 AM
Hello,
I just joined the Forum, and I like it already.

My first question is regarding a flash game I created. It's a simple car game where you drive a car around.

Click Here (http://www.geocities.com/theprophetsclan//test.htm) to see the game

Well, it's only a quick demonstration, but I want to be able to go to a different scene when my car drives over the little red square thing at the top. I can't find a way to do this, so I'm asking you.

I want the car to drive over the red thing, and then a new map/scene will come up.

I don't know if that makes any sense, but I hope you can help me.

Thanks,
Dan

Marianne
01-23-2003, 06:09 AM
make sure that as the car goes over the red square, there is an action sending it to the next frame.
At http://www.actionscript.org/ you can learn all there is about actionscripting in Flash, I found it quite useful myself, but even with their help, building a game can take a looooong time, so good luck!

dan8
01-23-2003, 07:57 PM
I know that I need to execute an action when the car drives over the red square, but what would the action be?

Marianne
01-24-2003, 10:22 PM
go to next scene, for example?

dan8
01-25-2003, 08:21 PM
When I try that, nothing happens.
I need a way for when the car rolls over the red square, it triggers the next scene.

So:

When "car" drives over red square "goTo: nextScene"

I just need to know how to make it when the car drives over to change the scene.

That made no sense, but thanks for helping :)