Ok fellas and ladies, I've been a member of this group for quite a long time now and this is my first official post. I've been working on collision detection...
Collision detection is difficult. Sounds like you are off to a good start, but there are going to be limitations to how far you can push it. For one thing,...
i think this is the problem. Change this: hero.y -= yspeed+ (hero.height/2); by yspeed *= -1; (you may also/or need to inverse the acceleration, so that it ...
Hi Becky, Yes, I realized that there is no one "right" way to do collision detection (or for that matter much of anything in ActionScript except maybe stop();)...
Ok, so what events are you listening for? onKeyUp? onKeyDown? Are you using any Intervals or onEnterFrame events? You said something about losing your keyboard...
you mean yspeed*=-1? Anyway, by multiplying the velocity by -1 you inverse its direction. So if the object was moving upwards, now it will move downwards. if...
Hi - Could someone point me in the right direction to find out how I would create a scroll box, that contains a long list of numbers ... when you click on a...
The basic thing is to listen for the right event. I'm not sure which component you are using, but both the list and the combo box have events that fire when...
Hi! I'm a novice with Flash :) I'm actually working with an old version (5). I hope someone can help me out. I've created a button in Flash, and have tested...
Dear All i'm Multimeda designer, i'm searching for free lance or full time work, u can see my online portfolio www.tamerlotfy.info feel free to contact me ...
Hi, I want to play a flv movie in a flash file and when the movie is finished playing to redirect to a url. Can anybody give me a clue? -- Vriendelijke groeten...
Hi, I got a flv file from a client to use in here website. The size is a bit to small. So I scaled it up a bit in flash but when I play the flash file in the...
Hi, I have a potential client who wants to learn from me to change his banner self. I ha a policy to update my creative set only to the odd numbers. So I CS1...
You need to change the size of your stage to match the button size. I don't remember exactly how to do this in Flash 5. 550X400 is the default size for a Flash...
Not that I know of, but you might try scaling your whole swf up by setting the height and width in your html to something a bit bigger than the native size. I...
Yes, he will. However, if he ever wants to send the file back to you for additional work, he will have to save to the CS3 version or you will not be able to...
Becky, Was I good idear but it does not wrk. It wil scale down but not up. To bad Greetings Dirk Op 11 apr 2009, om 11 apr 2009 14:30 heeft Becky Kinney het...
Thank you SO much, Becky! To do it what you suggested (change the size of the stage), I needed to click on the gray part of the screen, in the program, but off...
Becky, Good point. Thanks Op 11 apr 2009, om 11 apr 2009 14:32 heeft Becky Kinney het volgende ... -- Vriendelijke groeten Dirk [Non-text portions of this...
Hi Beckey, I found a solution. I translated the flv to mp4 and back Greetings Dirk Op 11 apr 2009, om 11 apr 2009 14:30 heeft Becky Kinney het volgende ... --...
Hi Guys, I'm really having a bad time here. I'm using a UILoader component to load external images and SWF files. Everything is going fine and it loads all...
Maybe the changes you are making are being made to the Class file? If that is the case, try putting the elements that need changing into the timeline instead...
Thank you very much for your help. I really appreciate it. I will try this solution but it seems to work properly as it is logically correct. Thanks again for...
Hi - I have to do a piece that has: -- a combo box that contains a choice of 5 amounts of money, then -- a combo box with choice of 3 years appears -- leading...
So, what part of what you are doing doesn't work? Did you want the second combo box on the screen at the same time as the first, or do you want them ...
I have an html page that on load starts to play a flash movie. After the flash movie stops, I would like to re-direct the page automatically to another page....
If you have an animation playing, then on the last frame you want to use a getURL statement to change pages: getURL("new_page.htm", "_self"); _self opens the...