Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
Flash AS pitanjce

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Flash
View previous topic :: View next topic  
Author Message
liquid shadow



Joined: 19 Oct 2003
Posts: 23
Location: Zagreb/Calgary

PostPosted: 03.02.2006 03:57    Post subject: Flash AS pitanjce Add user to your forum ignore list Reply with quote

Alo

Zanima me , kako ocitat koju rezoluciju ima korisnik, i na osnovu toga zadat neku akciju tipa: Goto Scene 5?

ty

respect

_________________
The Spice must floooow... in liquid dimension!
www.kuchastudio.com
Back to top
View user's profile Send private message
rasljenka



Joined: 14 Jan 2005
Posts: 42

PostPosted: 03.02.2006 10:11    Post subject: Add user to your forum ignore list Reply with quote

System.capabilities.screenResolutionX - daje ti horizontalnu rezoluciju monitora korisnika
System.capabilities.screenResolutionY - vertikalna rezolucija

pa na osnovu toga napi?e? ne?to tipa (ovisi ?ta ti treba):

rezX = System.capabilities.screenResolutionX;
rezY = System.capabilities.screenResolutionY;
if (rezX == 1280 and rezY == 1024) {
gotoAndPlay("Scene5",1);
}

Scene5 - ime scene, mo?e biti i neko drugo
1 - prvi frame u Sceni5
________
List of vehicles

Last edited by rasljenka on 01.02.2011 08:10; edited 1 time in total
Back to top
View user's profile Send private message
liquid shadow



Joined: 19 Oct 2003
Posts: 23
Location: Zagreb/Calgary

PostPosted: 03.02.2006 18:31    Post subject: Add user to your forum ignore list Reply with quote

izvrsno
hvala

_________________
The Spice must floooow... in liquid dimension!
www.kuchastudio.com
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Flash All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group