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
Checkbox

 
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
kleo



Joined: 27 Nov 2006
Posts: 70
Location: Koprivnica

PostPosted: 11.09.2012 12:51    Post subject: Checkbox Add user to your forum ignore list Reply with quote

Može li netko napisati primjer za checkbox u as2..

1. odgovor1
2. odgovor2
3. odgovor3

Ako je 1 čekirani (on click) idi na freme 5 else idi na frame 10...

Probala sam ovako ali stalno ide na 5 čekirala ja ili ne

Code:
on (release) {
   if(odgovor1.selected = "true"){
      mc.gotoAndPlay (5);
   }
   else
   {
      mc.gotoAndPlay(10);
   }
}

_________________
Carpe diem!
Kad ti filozof odgovori na pitanje, više ni sam neznaš što si pitao
Back to top
View user's profile Send private message
hrvoje_86



Joined: 06 Dec 2006
Posts: 107
Location: Zagreb

PostPosted: 11.09.2012 17:17    Post subject: Add user to your forum ignore list Reply with quote

Code:

on (release) {
   if (_parent.odgovor1.selected)
   {
      trace("ok");
   }
   else
   {
      trace("not ok")
   }
}
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
kleo



Joined: 27 Nov 2006
Posts: 70
Location: Koprivnica

PostPosted: 11.09.2012 18:30    Post subject: Add user to your forum ignore list Reply with quote

TNx...sve radi ko urica...

_________________
Carpe diem!
Kad ti filozof odgovori na pitanje, više ni sam neznaš što si pitao
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