Resolution Detection
This movie clip detects a user's screen resolution, and if it is 800 x 600, runs a script. You will need MC Tween to run it properly :... more >
| Author URL | ffiles.com | |||
| Listing URL | none | |||
| Downloads | 2637 | Views | 16383 | |
| Guest | ||||
|
User ratings for Resolution Detection. |
||||
More listings by Guest
Simple FullS... |
Simple Float... |
Simple Mouse... |
Bouncy Tipto... |
ErupZion |
typewriter |
Comments
You need to LOGIN to post a comment.
ev4n:
4 years ago
btw, currently on line 4 of the actionscript layer you have:
if (System.capabilities.screenResolutionX == 800) {
it would be better with:
if (System.capabilities.screenResolutionX <= 800) {
so that it handles any resolution 800 or below, not just 800.
thanks for the file again.




