Flash Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignFlash Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 15th, 2004, 03:06 PM
LanTech LanTech is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 9 LanTech User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question How to scroll a MC using buttons in MX2004

Hi all,

I'm having a great deal of difficulty doing something that I found pretty easy in old versions of Flash - maybe I'm just too tired!

How do you scroll a movie (up and down) in MX 2004 using both up and down buttons?

Can anyone provide a link to or fla example?

Many thanks!

Reply With Quote
  #2  
Old February 15th, 2004, 04:38 PM
madskater212 madskater212 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 27 madskater212 User rank is Private First Class (20 - 50 Reputation Level)madskater212 User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 2 h 31 m 56 sec
Reputation Power: 0
put the whole movie clip on the stage. Put 2 buttons on the side. Put a mask over the area you want to see. Then do something like this for the movie clip that's going to scroll:

onClipEvent (enterFrame) {
if (_root.rollup == true) {
if (this._y>=topboundary) {
this._x -= 15;
}
}
if (_root.rolldown == false) {
if (this._y<=bottomboundary) {
this._x += 15;
}
}
}

where _root.rollup is changed by...

on(press){
_root.rollup==true;
}


on(release){
_root.rollup==false;
}

get the idea?

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignFlash Help > How to scroll a MC using buttons in MX2004


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway