Themuppeteer
Programmer
Hello,
Another easy question that I can' figure out but I'll be glad to give you a star if you can (as I always do when someone helps me).
I'm making a ball that bounces around the screen movie,but:
how do I know the width and height of my flash movie ?
I have taken _level0.width and _level0.height, but my ball
just flies out of the screen and _level0.width and height increase!
How does this come and why doesn't my check
if(x>_level0.width)
{
left=true;
}
work ? Greetz,
The Muppeteer.
themuppeteer@hotmail.com
Don't eat yellow snow...
Another easy question that I can' figure out but I'll be glad to give you a star if you can (as I always do when someone helps me).
I'm making a ball that bounces around the screen movie,but:
how do I know the width and height of my flash movie ?
I have taken _level0.width and _level0.height, but my ball
just flies out of the screen and _level0.width and height increase!
How does this come and why doesn't my check
if(x>_level0.width)
{
left=true;
}
work ? Greetz,
The Muppeteer.
themuppeteer@hotmail.com
Don't eat yellow snow...