;

PDA

Click to See Complete Forum and Search --> : Slide Show problem


Rumcajs
03-31-2004, 07:22 AM
Hi !!

I'm working on a small project which is to be a text adventure game with graphics, sound and what
not, and I want to use a slide show for this purpose. Unfortunately, I've come upon a problem
that I believe you will help me get through. It's about the showSlide thing. I have 4 buttons
which control the movement of the player and depending on the condition of some variables they
use a script to change slides. I mean, they should, but they don't. Why? I have no clue. The
script seems ok to me. I've checked everything thousand times, and I'm starting to think that
there must be something wrong with 3d Flash... may it not
If you don't mind, I'd like you to look into the problem by examinig "trip.movie" (attached to
this letter). It's nothing sophisticated, as you can notice, and the plot may suck, but I'm about
to improve it, as soon as I find out where the bug is.

blanius
03-31-2004, 09:54 PM
ok you have this
if (e_ != 0){
gra.showSlide (e_);
}

well at this point e_ doesn't seem equal anything at all....

Oh and now that I look you have E and W buttons reversed E is should be on the left. and you scripted E on the left.

Shouldn't keep it from working just East is on the wrong side.

I just tried what you were doing in a new movie and it does work, theres some thing wrong in your movie But I'm having trouble finding it.

Rumcajs
04-01-2004, 11:12 AM
Ok, I found the bug, and the movie runs fine, but only in 3d flash internal player (everything works as should) . When played in FlashMX player or web browser, you can't navigate through the game using the green arrows.

What's wrong ???