[MX04] Automatic Scrolling Text - Help Needed
I am building a training module in MX04. I have multiple scenes in the project, with each one of them having voice-over. What I would like to do is create an automatic scrolling text box which would contain the text version of the audio and have the text scroll at the pace of the audio. I would prefer to not load the text from an external text file, if at all possible. If anyone knows where I might be able to find a tutorial or something to help me accomplish this, I would greatly appreciate the help!!
FlashKit > Flash Help > Flash General Help
Posted on: 02-12-2007, 03:57 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
[CS3] Automatic Scrolling Banner - Help Needed
Hello all,
Hope you are well.
Basically I am looking for something similar to the OUR BRANDS part:
http://unilever.co.uk/ourbrands/
Where I will have a number of images (around 30) that will scroll across the x axis from the right to the left. When the image scrolls to the end I want it to loop back to the first image and continue from there. Now I understand that this could be done with a simply animation over frames, however, I want to be able to rollover the banner and for it to slow down, then when an individual image is rolled over it becomes clear (this._alpha = 50, for example, then on rollover goes to 100) and can be clicked on to go to a URL.
Please contact if any more information is needed and I can show you what I have so far. Thanks.
Automatic Scrolling On Mouse Over For Text Scrolling
hi all, ive made a scrolling text box with an up and down button as listed in the tutorials. i know how to make it move 1,2,3,etc lines at a time when the mouse is over but what code/variable do i need to replace the number with to make the text scroll continously as long as the mouse is over it?
thanks
bast
Automatic Scrolling Text
I've gone through some of the tutorials on creating scrollboxes, and I have one up and working that pulls its content from an external text file. The user clicks up and down buttons to scroll. In looking through the posts already on the site I haven't seen anything on how to make the box scroll its text automatically and continuously upon loading. Does anyone have any ideas.
Thanks,
Bill
Automatic Scrolling Text?
Hello out there! I was wondering if anybody could help me find a tutorial or a sample flash movie of a scroll pane with automatic scrolling text. (I'm assuming this would be made in a sperate .swf movie and imported in the actual movie? )This would be used for something like News Flash on a website where the text scrolls continually without the user sliding the usal scroll bar.
Hope to hear from soneone soon! Thank you
Automatic Scrolling Text?
Hello out there! I was wondering if anybody could help me find a tutorial or a sample flash movie of a scroll pane with automatic scrolling text. (I'm assuming this would be made in a sperate .swf movie and imported in the actual movie? )This would be used for something like News Flash on a website where the text scrolls continually without the user sliding the usal scroll bar.
Hope to hear from soneone soon! Thank you
Automatic Scrolling Text
Hello all,
I want to create a movie which scrolls predetermined text vertically, but cannot remember how to do this. What Im looking for is to make this its own fla, and then load it into another mc which I already have setup?
Any help would be appreciated.
thanks
Automatic Scrolling Of The Text
On ours flash maps we use small popup windows, with the text.
Whether probably to make, that the text was automatically scrolled up and then down if its volume exceeds that amount of lines which is stipulated in a small window?
Automatic Scrolling Of The Text
On ours flash maps we use small popup windows, with the text.
Whether probably to make, that the text was automatically scrolled up and then down if its volume exceeds that amount of lines which is stipulated in a small window?
Automatic Scrolling Dynamic Text Box
I'm not sure if this is possible but I have a text file (news.txt). Now I have a dynamic text box in Flash that loads the variables from the text file. Is it possible to have the dynamic text box automatically scroll down? Also, I would like to have the arrows on the side so the user may override the automatic scroll and move it up or down.
Automatic Horizontal Scrolling Text
Im trying to create an automatic horizontal scrollbar that will eventually be used for video output. (Like the "info"-scrollbars you see frequently on tv)
Creating the scrollbar is one thing, getting it to play fluently, without any hesitations is another. Whatever I do, it never seems to run fluently on the screen.
Can someone tell me why it does that and if it can be fixed?
Automatic Scrolling Text-file ?
Hallo,
Is somebody able to help me.
I try to build a news-flash which is easy to update.
For this I want to make a from bottom to top automatic scrolling text (loop). The text has to come from an external text-file.
So the news can be updated without changing the flash-file.
Can you give me more info ?
mail me : info@fns.be
Automatic Scrolling Text-file ?
Hallo,
Is somebody able to help me.
I try to build a news-flash which is easy to update.
For this I want to make a from bottom to top automatic scrolling text (loop). The text has to come from an external text-file.
So the news can be updated without changing the flash-file.
Can you give me more info ?
mail me : info@fns.be
Visit our website
Creating Automatic Scrolling Text
I'm working on creating an animated presentation that I plan on running as a published Windows Projector file.
Does anyone know of a way that I can have one of my scenes run a vertically scrolling text list (like credits)? I would like for this to automatically scroll, without the need for a scroll bar function. It will be running and looping for quite a while.
Also- I have tried just adding a motion tween on the timeline, but the text is jittery and my list is so long that it cuts off after a certain point.
Any help is apreciated. Thanks!!!
Automatic Scrolling Dynamic Text
Hi
I have a menu system that I want to display scrolling text under, to form a scrolling news banner about my site.
I am currently loading text in from a txt file using loadvars, I have the text animating using a dynamic text field inside a movie clip that I am just tweening accross the screen.
This all works fine but the animation looks really jerky no matter what frame rate I use or amount of frames I stretch the animation by.
Is there a way of doing this with action script that would provide a smoother result?
I would really appreciate any help here, thanks.
Ricky55
Dynamic Text Field + Automatic Scrolling?
How can i get a scrollbar to detect if the dynamic text field needs scrolling? not sure if that makes sense.
heres my situation: im designing a website for a local rock/punk band and they want to be able to update the news section themselves by using a separate *.txt file, okay i know how to do that and ive done that. BUT one of there updates is pretty long and wont fit in the text field it exceeds the size ive allowed, so how can i script this so that if the text file will exceed the field a scrollbar will be activated and let the user view all the content.
Please help asap as im on holiday as of thurs
Automatic Scrolling Text - News Ticker
I want to create vertical scrolling text that has 3 different screens. For example, like the one that's here: http://www.scriptocean.com/flashscroll/index.html
I know how I can do this in HTML/Javascript, but how do I do this in Flash Professional 8? Any ideas would be extremely helpful! Also, I need to be able to hyperlink to external pages too.
Thanks!
[MX04] Help Needed To Write In A Text File From Flash
Hi. I'm writing for second time looking for some help.
I wrote that I need to write in a text file using a flash movie and a PHP file.
Now I have a flash file that loads the variables from the text file. The code is:
=========
stop();
mysite = "http://www.mysite.com";
selection = "july";
var mydata:LoadVars = new LoadVars();
mydata.load(mysite + "/" + selection + ".txt");
mydata.onLoad=function(ok) {
if (ok==true) {
destination = this.destination;
firstday = this.firstday;
lastday = this.lastday;
contents = this.contents;
} else {
contents = "Failed to load. Please try again.";
}
}
===========
I wrote directly the text file and uploaded it with the swf file:
&destination = Cancun"&
&firstday = 22&
&lastday = 29&
&contents = Two days at Xcaret, Tulum, hotels, price, etc. etc.&
But I don't have the knowledge to create a PHP file that takes the variables sent from flash.
This is my script to send the variables, but I can not test it:
========
updater.onRelease = function() {
mydata.destination = "&destination="+destination+"&
";
mydata.firstday = "&firstday="+firstday+"&
";
mydata.lastday = "&lastday="+lastday+"&
";
mydata.contents = "&contents="+escape(contents)+"&";
mydata.sendAndLoad(mysite + "/" + seleccion + ".php", mydata, POST);
}
========
In a first try, I used a tutorial from Kirupa to update the information, but I can not handle the variables loaded from the text file to change the color of some day numbres.
(I'm attaching the original Kirupa tutorial. It works fine.)
All my researches at Kirupa and other sites have failed.
Can anybody help me please?
[MX04] Blurred Text While & After Scrolling
Hallo.
I have done this tutorial in order to obtain a scroll which allow a user to croll both text (for example verdana size 10) and images at the same time, in the same field. The problem is, that if the text is being scrolled it blurs or when I leave the scroller in a "wrong" place the text remains blurred, too. What can I do? I just want the text to display in a "normal" way, just like it displays for instance on this message board.
[MX04] Flash Content From Text File ActionScript Help Needed
Hello,
I'm using the below script for getting content from a text file. It works fine but when I upload the swf/html and text file to a server, the flash file doesn't retrieve the newest text file content (after making changes to the text file and uploading it to the server) unless I delete the temporary Internet file. What scripting can I add to the script below to have the flash file retrieve the current text file contents automatically when refreshing the flash page? Thanks for any help you may give.
myData = new LoadVars();
myData.onLoad = function(success) {
if (success) {
myspecials.htmlText = this.content;
} else {
trace("Error loading external content");
}
};
myData.load("specials.txt");
stop();
[MX04] Attaching Images To Scrolling Text
My apologies if this has been asked and answered, but I couldn't find a post that dealt with it.
I have scrolling text that I have defined as an instance. the text scroll works fine. What I want to do, however, is instead of just having the text scroll, I would like to attach a graphic (sort of like a fancy drop cap) to the text and have it all scroll together while still keeping the dynamic text. Any suggestions on how I can accomplish this?
Thanks.
AS1 To AS2 Conversion Needed For Scrolling Text
Hi there,
I am a newbie to Flash.
I started out this project in Actionscript 1.
After realizing that I wanted to update portraits in my Photo portfolio via XML, I had to change to Actionscript 2.0.
Fortunately when I changed over, everything worked fine except for these scrolling text boxes that I have in the Home and About sections of my site.
I'm wondering if there's anybody out there who could help me change the code for any one of the textboxes in these sections to be AS2 compliant.
As well, I would also like to make the one textbox in the home section be able to be loaded dynamically from a txt or xml file as it will be my daily blog.
Your help will be greatly appreciated.
take it ease, dan
Help Needed With Scrolling Text Block
I did this tutorial from flash kit called "Actionscript for Flash 5 dummies: Scrolling a text box II". I tried emialing the guy who wrote this thing but the email address came up undeliverable. I have done this tut 2 times and both times I get the same problem. If you click the up and down buttons the text scrolls perfectly but the scroll bar does nothing. I can move the bar yes. But the text wont move when I move the scrollbar. And when I press the arrows the bar doesn't move either. Has any one else had this issue and how the heck do I fix it. I am a beginner at this flash thing. But am picking things up pretty quickly. But please keep it simple! The file is bigger than 300kb so I can't upload it. So please email me atjeff@mad-cow-design.com and I will send you the file.
Thanks in advance to anyone willing to take the time to help me out. I am in major desperation. I am running flash8 and all I can think of is that the scripting may be different than what the tutorial was done in. The tutorial was created using flashmx2004.
Automatic Scrolling
I have a dynamic text in flash and i use ASP to get value written to it.My probelm is to make the content of the text field to be scrolling automatically when the page gets loaded and if i keep the mouse over it .it should stop.
its for a news flash in my project which comes in the first page.i dont want to make the text field entirely to be a movie..i want tonly the content to be scrolled..Please help me..its bit urgernt.
Automatic Scrolling
Hi everyone,
I got a bit of a problem, here's the situation. I want to make a news section in my web page and it has to be flash 4 compatible. What i'm looking to do is a scrolling text box with the up and down arrows. That was quite easy, but i would like it if the text would go up automaticaly and i could have a pause button to make it stop and then use the up/down arrows to view my text. I've tried many ways to play with variables and i'm yet to succeed. If anyone has and idea how to do it or know that it's not possible with flash 4 then please let me know. Thanks a lot, and have a great day...
Lise
Automatic Scrolling?
I would like to know how I can get a homepage to continually move across the screen. To the right or left. Im designing a site which showcases at least four pictures, but since Im designing for a screen size of 720x424 the images will be too small if I wanna put them all on one page. I figure if they scroll along slowly, filling almost all of the screen at once, have buttons in them, the feel would make this home page accessible and interesting.
[CS3] Automatic Scrolling Help
Hi Guys,
Long time since I used to hang out here...been over 4 years, but now I have new flashproblems which I hope someone can help me with.
Trying to load XML data into a swf using below code:
//load in XML
top_txt.txt_ani.myText.wordWrap = true;
top_txt.txt_ani.myText.multiline = true;
top_txt.txt_ani.myText.label.condenseWhite = true;
//load css
racinginfo = new TextField.StyleSheet();
racinginfo.load("kungfu.css");
myText.styleSheet = racinginfo;
racinginfo = new XML();
racinginfo.ignoreWhite = true;
racinginfo.load("16-10 Greenside Park.xml");
racinginfo.onLoad = function(success) {
if (success) {
top_txt.txt_ani.myText.text = racinginfo;
trace("working");
}
};
This gives me the xml data when I use local file: "16-10 Greenside Park.xml", but when I try to load it externally, using this link: http://www3.adsfac.eu/ads/whi001/16-...ide%20Park.xml , it doesnt work.
Any ides on why?
Also, the above script gives me a stationary xml feed, I want this to scroll automatically, I have gotten it to work using this script:
top_txt.txt_ani.myText.scroll==top_txt.txt_ani.myT ext.maxscroll ?
top_txt.txt_ani.myText.scroll -= 1:
top_txt.txt_ani.myText.scroll++;
However, this scrolls the feed 3 times, then stops...any ideas on why?
PLS HELP!
Automatic Image Scrolling
hello...
i got hired to a little job designing a virtual tour of a library, the problem being that upon hiring i have absolutely zero knowledge of webdesign, with the understanding that i will teach myself. well, i'm doing a pretty good job of teaching myself, i understand dreamweaver and am getting a grip on flash...
here's my problem. in flash mx, i can't figure out how to scroll images automatically in response to the position of the mouse pointer. an example of this that i've seen elsewhere would be the websites www.requiemforadream.com and www.center-of-the-world.com where the image starts scrolling on rollover in one direction, and when the mouse is moved in the other direction it starts scrolling back the other way. if anyone can help me at all with this please... i'm a bit stuck. thanks chris.
Automatic Scrolling Textbox
What I want to do is create a textbox where I can scroll text in it horiziontaly. Does anyboy know the actionscript to do that? Any help is greatly appreciated!
I am using MX
Thanks,
Jason
Automatic Scrolling News
Anyone know where I can find a tutorial for an automatically (vertically) scrolling News Box?
Basically just a dynamic textbox that scrolls slowly from bottom to top
Automatic Scrolling For Datagrid
i have create a datagrid that will load data from xml external file.what i need to do is... to make the datagrid to scroll automatically by itself without using any navigation bar. i have search through internet but don't find any tutorial can help me .It is possible to that using action script
Automatic Scrolling For Datagrid
i have create a datagrid that will load data from xml external file.what i need to do is... to make the datagrid to scroll automatically by itself without using any navigation bar. i have search through internet but don't find any tutorial can help me .It is possible to that using action script
How Do I Create An Automatic Scrolling List?
I am trying to display an automatic scrolling list of 15 items in a masked area on my stage. As the list automatically scrolls up and reaches item no 15, I would like item no 1 to reappear directly under item no 15 and continue scrolling. (I will not have any buttons or scrollbars to activate scrolling.)
I am still at the beginning stages of actionscript and am having a lot of trouble trying to figure this out so I would be very grateful for any help you might have.
Automatic Vertical Picture Scrolling In A Loop
Hi everyone,
Can someone of you please help with creating a movie clip which scrolls automatically (without mouseover) a large number of pictures (more than 50) vertically and in a loop?
I think that I'll need help with the 2 following things:
1. When I wanted to position the 50+ pictures in my Movie Clip object I encountered the first problem, which is that THERE IS NOT ENOUGH PLACE!!!
->Within an or the Actionscript is it possible to call all my pictures? or how can I make it with such a large number of pictures?
2. I'm new to Actionscripting and don't have knowledge in an other OO-Programming language, so I really don't know how to write that code or to adapt a similar code example? I really wanted to do it by myself, but unfortunately I'm lacking the needed time as the guy I promised to do his site does need his site online asap!!
If you could help in this or any of this, I would be very grateful.
Thanks in advance.
Cheers
Looking For Automatic 'clickable' Image Scrolling Tutorial
Hi everybody,
I'm looking for one or more tutorials to help me with the following... I've designed a website for an art club. It's OK, but I think it's needs something dynamic. At the moment, it shows a random image on the homepage everytime the site gets loaded. But, what I would like is a banner running horiziontally along the bottom of the website, with thumbnails (all of which will be the same size) running slowly in a loop - they should be moving automatically as soon as the site loads, and each image should be clickable so that I can run some javascript to load whichever image is clicked into a specific region on the web site (I want to keep the image and the scrolling thumbnails separate on the page). I'd also like left/right arrows so that people can change the direction of the scroll...
The thumbnails are stored in a specific directory, and the flash file should either load every thumbnail and show them, or they could be loaded from a config file... Either way, I need to be able to add thumbnails without the need to recompile any flash files.
If anyone can recommend some tutorials on this, I'd be very grateful.
Thanks
Automatic Scrolling If Textbox Past Height
Hello,
I am looking for a way to have my content scroll vertically automatically if it is past a certain height. Can someone please point me in the right direction?
Thanks,
Saveth
Code:
var my_format1:TextFormat = new TextFormat();
my_format1.font = "EventFont";
my_format1.size = 50;
my_format1.color = 0xFFFFFF;
var my_text2:TextField = this.createTextField("my_text2", this.getNextHighestDepth(), 50, 200, 900, 30);
my_text2.variable = "sLine_02";
my_text2.antiAliasType = "normal";
my_text2.wordWrap = true;
my_text2.autoSize = true;
my_text2.embedFonts = true;
my_text2.setTextFormat(my_format1);
my_text2._x = (Stage.width/2)-(my_text2._width/2);
my_text2._y = (my_text3._y + my_text3._height)+20;
Automatic Scrolling For Dynamic Textbox Is Too Fast ?
heloo to all
i'm creating a dynamic textbox that load from external data.I 'm using this code to make it automatic scrolling
Quote:
articleData.load("data.txt");
article.text=articleData.externalvariable
_root.createEmptyMovieClip("empty", 1)
empty.onEnterFrame=function(){
article.scroll==article.maxscroll ?
article.scroll=1 :
article.scroll++;
}
but the scrolling is moving too fast !!! How i'm going to put a delay on it
[MX04] Dumps Needed
Hi All,
Dumps Neede for need Certified Macromedia Flash MX 2004 Developer Exam.
Thanks in Advance
[MX04] Array Help Needed
Please help (MX2004)
Not sure if this has been posted or asked anywhere before...but basically I'd like to know how one gets the position of a value in an array? ....Say the array holds 4 values ["A", "B", "C", "D"]...And I want to know what the position of C is in the Array. I'd like to get it to return a value of 3. 3 being the position of "C".
What's the best way to go about this??
[MX04] GotoAndPlay Help Needed
how could I, go into a specific instance of a movieclip and play say the 5th frame in that?
there will be several of the same movieclip on the stage and ideally I would want
only one with the instance name I specify to gotoAndPlay(5)
thanks
[MX04] Help Needed With Array
Hello again
In my first stab at a game I have an array called playerBrickArray holding 28 bricks that are 20x50 pixels.
Currently they are all in a line and I am trying to put them in two lines of 14 from top to bottom of the screen.
I have been trying to use a while loop to say when the arrays Y value is greater than the stage height, set x to -20 and y to the top of the screen again. Unfortunately nothing I have tried so far works. I wonder if you can help.
My code is
//playerBrick starting positions
var playerStartX:Number = 380;
var playerStartY:Number = 50;
public function setPlayerArray (objPlayer:Object, i:Number)
{
playerBrickArray[i] = objPlayer;
playerBrickArray[i].setX(playerStartX);
playerBrickArray[i].setY(playerStartY*i);
}
My idea has been various combinations of the following code to be included in the setPlayerArray function above (not sure if thats the right place for it).
while (playerBrickArray[i]._y > Stage.height)
{
playerBrickArray[i]._x (playerStartX-20);
playerBrickArray[i]._y = 0;
}
Trace reveals that all 28 bricks are being made by the array, but only the first row is properly in a line. From the second row onwards they appear on top of each other, and have stopped incrementing by 50.
I've included a picture of the problem to help explain it, and a zip of my game so far.
Thanks
[MX04] Or [CS3] Code Help Needed
i,m looking for the code to make two separate objects bounce off each other and all 4 walls. without friction or gravity. so they ping pong randomly around inside the stage.
i can't seem to find the exact code.
any suggestions
[MX04] View Cart - Help Needed
Hi,
I am trying to create a shopping cart in flashcartv1.0. I want the added when clicking a button “View Cart” and also view cart and indicate how many items in cart.
Can you send the code, or post the. fla file?
Example: my attached shoppingcart1.jpg.
Thanks,
eGraphicarts
[MX04] Fireworks Animation Needed Help Here
hi all, i tried figuring out this fireworks animation for so long n yet cant get it right...reali hope can get some help in making in more like a firework...thanks!appreciate it!
i reali need help,
i tried uploading the file but it's past the limit. anyone willing to help mi? i can email u the file...thanks alot!!!!
[MX04] Out Of My Depth, Advice Needed
I have been working on my shopping cart for months now but can't seem to get my head around arrays . This is the only thing that holding me back. I download some examples, but just got more confused then ever.
Anyway heres the code. Can someone give me any advice?
PHP Code:
//changing infomation. text will be varibles on stage.
tempproduct = "title"
tempdescription = "description"
tempsize = "UK size 12"
tempqty = "1"
tempprice = "100.00"
carttext = "Your Cart Is Now Empty"
_root.slidertwo.infotext = "Your Cart Is Empty";
//Setup array
var itemtemp:Array = new Array()
itemtemp = [tempproduct, tempdescription, tempsize, tempqty, tempprice];
trace(itemtemp);
//trace each in array
trace(itemtemp[0]);
trace(itemtemp[1]);
trace(itemtemp[2]);
trace(itemtemp[3]);
trace(itemtemp[4]);
addbtn.onPress = function() {
//gets height of cart so I can place mc under last mc
+i;
i++;
mcheight = _root.slidertwo.myScroller.spContentHolder._height;
itemheight = 90;
var scrollheight:Number = mcheight+itemheight;
trace(itemheight);
trace(mcheight);
trace(scrollheight);
//
//search all mcs to see if its already in the basket, if it matches then
//itemtemp.quantity++; ?
if (_root.slidertwo.myScroller.spContentHolder["productitem"+i].product == tempproduct) {
// if the qty is under 10.
if (this.inputItem1q < 10) {
// add the tempqty amount to it.
this.inputItem1q+tempqty;
//if it is over 10.
if (this.inputItem1q+tempqty > 10) {
//set it to 10
this.inputItem1q = 10
}
}
} else {
totalproducts++;
trace(totalproducts);
if (totalproducts == 1) {
_root.slidertwo.infotext = +totalproducts +" product in your cart";;
} else {
_root.slidertwo.infotext = +totalproducts +" products in your cart";;
}
_root.slidertwo.myScroller.spContentHolder.attachMovie("productitem", "productitem"+i, i, {id:i});
var tempVal = eval("_root.slidertwo.myScroller.spContentHolder.productitem"+i);
tempVal.mymenu = new Object();
tempVal.product = tempproduct;
tempVal.description = tempdescription;
tempVal.sizeandcolour = tempsize;
tempVal.inputItem1q = tempqty;
tempVal.item1p = tempprice;
//tempVal.loader_mc.loadMovie(cStr);
setProperty("_root.slidertwo.myScroller.spContentHolder.productitem"+i, _y, mcheight);
//deletebtns
tempVal.deletebtn.onRelease = function() {
totalproducts--;
trace(totalproducts);
for (var i = (this._parent.id+1); i<100; i++) {
this._parent.removeMovieClip();
_root.slidertwo.myScroller.spContentHolder["productitem"+i]._y -= itemheight;
if (totalproducts == 1) {
_root.slidertwo.infotext = +totalproducts +" product in your cart";;
} else {
_root.slidertwo.infotext = +totalproducts +" products in your cart";;
}
}
_root.slidertwo.myScroller.invalidate();
_root.slidertwo.myScroller.vPosition = _root.slidertwo.myScroller.maxVPosition;
if (totalproducts == 0) {
_root.slidertwo.inputTotal = totalproducts;
_root.slidertwo.infotext = carttext;
}
}
_root.slidertwo.deleteallbtn.onRelease = function() {
totalproducts = 0;
trace(totalproducts);
_root.slidertwo.inputTotal = 0;
for (var i = (tempVal.id-100); i<100; i++) {
_root.slidertwo.myScroller.spContentHolder["productitem"+i].removeMovieClip();
_root.slidertwo.myScroller.invalidate();
_root.slidertwo.infotext = carttext;
}
}
}
}
addbtn.onRelease = function() {
_root.slidertwo.myScroller.vPosition = _root.slidertwo.myScroller.maxVPosition;
}
[MX04] Good Collision Script Needed.
Well, I have tried and tried, and I cannot find any good scripts for collision.
I have a guy. He moves around, like normal... On occasions. I have to reload several times to get the actionscript guy to work.
But that isn't the problem.
I would really like a script for collision. I am trying to use Hittest, but it works all wrong, and is extremely glitchy.
Here is the script I am using now:
Code:
if (this.hitTest(_root.land)) { _x = _x-1;
I tried several others from the flashkit website tutorials, none worked.
Also, how can I create a ragdoll controlled by the player?
Any help would be great, thanks for reading.
[MX04] Minimize Button Code Needed
I have mimimize buttons that aren't working in my project. I've posted the code(s) that are already attached to the minimize buttons, but those codes aren't working. I need this code to put the finishing touches on this project, so any help is very much appreciated.
on (release) {
FSCommand("exec","jcommand_3Aminimize");
}
on (release) {
fscommand("flashstudio.minimize");
}
Thanks!
|