Strange
i give a movie clip this action :
onClipEvent (enterFrame) {
if (Key.isDown( 37 )) {
this._x = this._x - 5;
}
}
Then when i press left he's goes to the left and thats fine.
but i also want it to change frame so i put in this
onClipEvent (enterFrame) {
if (Key.isDown( 37 )) {
gotoAndStop(6);
}
}
but then nothing happens when i press left.
anyone know what im doing wrong
(sry im noob )
thnx vorty
FlashKit > Flash Help > Flash MX
Posted on: 06-06-2003, 05:15 PM
View Complete Forum Thread with Replies
Sponsored Links:
Strange Strange For Loop Problem
i have the following for loop within a private constructor in a class:
PHP Code:
// Place season choice buttons for (i = 1; i <= numSeasons; i++) { thisSeason = setSeasonVar["Season"+i]; var mcName:String = "MC_seasonChoice"+i; var depthToUse:Number = 1001+i; var seasonChoiceXPos:Number = 100 + (i*60); // Add season choice seasonNavHolder.attachMovie("MC_seasonChoice", mcName, depthToUse, {_x:seasonChoiceXPos, _y:67, txt_seasonChoice:thisSeason}); // Give season choice button actions seasonNavHolder[mcName].onPress = function():Void { trace(thisSeason); } }
everything works except the "trace(thisSeason)" line of the script. Here, it seems that the script is no longer in the for loop. Each onPress event traces the last value of the array.. the last value to be returned from the query and placed into the loadVars object...
is this a scope thing?
View Replies !
View Related
GotoAndStop? Strange, Strange
I have an instance of a movieclip my_mc linked to a class file in the first frame of the maintimeline.
The movieclip my_mc has two frames, the first of which calls a function on the maintimeline:
Code:
_root.myfunction();
myfunction is defined thus:
Code:
function myfunction() {
trace("function called ok");
_root.my_mc.gotoAndStop(2);
}
The 2nd frame of the my_mc has a trace.
The problem is this: The call to the function from the first frame of my_mc works fine... the trace shows up. But, the call to gotoAndStop(2) doesn't work.
The strange thing is, when I remove the linkage to the class file (deselecting "Export for ActionScript" in Properties for the movieclip) it works fine - the movie goes to frame two of my_mc.
Anyone any idea what's going on?? Any help greatly appreciated. Already wasted half a day fiddling around with this.
View Replies !
View Related
Strange
i have a movie with 2 scenes(pre , scene1).In pre i want to add a percentage preloader.I have one frame with stop action on it and i put a MC(instance=preloader) with 11 frames showing the percent bar.I put anther mc in the main scene with two frames having the action<If frame Loaded, scene1, 1, goTo, _root.preloader, Frame 1 and stop. and simailarly if frameloaded scene1 frame 2 goto tell target _root.preloder and stop 2 and so on..>when I
preview it in flash player it says [target not found _root.preloader,]why??? i even tried to put ../preloader,_parent.preloader,_pre.preloader but nothing seems to work???why? Or any other way to put percentage preloader ???
thanx!
View Replies !
View Related
Very Strange Please Help
Ok, here is the problem: I have a movie, the 1st frame in the timeline is empty except for a preloader graphic...For some reason, when I test the movie, the preloader doesn't start until at least 3K of the movie has loaded. The preloader script is in the 2nd frame, so it can't be the preloader that is holding it up...What could it be???
View Replies !
View Related
It's A Strange 1
Right i wiil see if i can get this right.
"Main.swf" has a button that loads another movie into it "login.swf". The movie "login.swf" is located in another folder on the server "loadMovie folder/login.swf, _level1"
Now as i said the "login.swf" movie is located in another folder and also in that folder are php scripts to work with the login.swf.
My question is:
When i click on the login button do I call the php script from the folder that contains the "login.swf" movie or since the login.swf movie is in that folder already can i just call them in as:
Code:
on (press) {
loadMovie("login.swf", _level1);
}
or
Code:
on (press) {
loadMovie("adminlogin/login.swf", _level1);
}
jst a thought
Anyone
Cheers
View Replies !
View Related
A Strange One
I have made a small form with a invisible button off stage to Tab through the fields in order
actionscript as follows
tabOrder = new Array();
tabOrder[0] = "Name";
tabOrder[1] = "Email";
tabOrder[2] = "Telephone";
tabOrder[3] = "Subject";
tabOrder[4] = "Entry";
on (keyPress "<Tab>") {
if (index<tabOrder.length-1) {
index++;
} else {
index = 0;
}
Selection.setFocus(tabOrder[index]);
}
it worked fine until I needed to publish in wmode=transparent
now its gone barmy, any ideas why, or a decent workaround?
are transparent bg swfs more trouble than they are worth?
be interested to hear anyones thoughts (or strange behaviours encountered) whilst using this method.
a very confused JB
View Replies !
View Related
Very Strange Please Help
Hi,
I have this movie in which I'm using _sans for the font (flash 5). Well when I preview it, the text doesn't show up, but if I make it dynamic text, then it shows up, but with dynamic text I can't use different colors or bold/italic within a text block--it comes out all plain and one color.
Help!!!!
thanks in advance
View Replies !
View Related
Very Strange.........
Very strange.........
See, I have 3 MC on my library: black, purple, blue, wich are placed on scene with attachMovie, so their names goes as follows:
black - from 1 to 10,
purple - from 11 to 20 and
blue - from 21 to 30.
Each one has a variable called "AndaX" and "AndaY", as:
andaX = _root.speed * signalX;
andaY = _root.speed * signalY;
Ok OK OK
Now, I need blue to know black's AndaX, OK?
So I did (inside blue):
for (i=1; i<=10; i++){
theirSpeedX = _root[n].andaX;
theirSpeedY = _root[n].andaY;
trace("AndaX black = " + theirSpeedX);
trace("AndaX black = " + theirSpeedY);
}
And I got a very strange number, as 1.57573217712343 or 5.56227283459157
Ah! In these codes are no such things as Math.random or random
View Replies !
View Related
Strange Mc
hi!
i dont know what the time now in the us but i will be glad to get the answer as quicly as possible.
anyway, here is my problem, code i regular use and everyone does work in flash on release of the button the mc (instance name = creatures) start playing
they arent in the same timeline
thank you for your help almog,flash-man
View Replies !
View Related
Very Strange...
I have a movie that loads other movies. And it works great in internet explorer but it does not work in flash player? its the same exact movie used in both. any ideas?
thanks dave
View Replies !
View Related
Strange...
hey,
I'm wondering why it doesn't work:
code:
myVars = new LoadVars();
myVars.onLoad = function() {
var q = this.switch;
trace(q)
if (q == "yes") trace ("yes")
}
myVars.load("text.txt");
text.txt: switch=yes
For some reason when trying to trace the output everything is as it should be, but when trying with statement it doesn't work....
any ideas ?
Cheers
View Replies !
View Related
Something Strange
Hello, Newbe here and I have been using flash for about a month and so far so good. But I have this problem if you look at my new template that I have been editing for my business.www.tsigold.com.Go to products then in catagory select Tapetech tools, after it loads on the front page if you look at the little button with no words on it which says select in flash but not on my website? Also when you put it into shopping cart, the 2 little square buttons nest to the item should say (change) and (delete). All of this shows up in the flash template. Should I do any changes in dreamweaver on notepad. How to I do this. Woody
View Replies !
View Related
Strange
Hi there,
I was working on my CMS in flash and then all of a sudden my input fields didn't show their text anymore.
I tried everything but they wont show no text anymore when I use that specified kind of font.
when I use an other font it shows again.
does someone know an answer to my problem?
(when I use the same font for dynamic textfield or for static there is no problem. only for input)
thank you very much
kilikMC
View Replies !
View Related
Strange, Very Strange?
I'm trying to attach a MC to the stage in a basic drag and drop type exercise which SHOULD attach all 12 MCs which each contain a different word to fit into a text passage with missing words.
I have used the code below but for some reason it is not working at all, i'm not sure why. i have exported each MC with the AS but its still not working. is there something here that i'm not seeing??
PHP Code:
function () {
for (k=0; k<13; k++) {
_root.attachMovie("b", "b"+k, k);
("b"+k)._x = random(400);
("b"+k)._y = random(400);
}
};
Please HELP!!!
View Replies !
View Related
This Is REALLY Strange...
Hi, thanks for devoting some time!
I'm currently struggling with a strange problem...
If you click on the button "btn1" (path: _root.mc1.mc2 / see attached .fla), it sets off a red bar labelled "placeholder" (path: _root.mc1.card).
The frame "open" (_root.mc1.card) features a script that tells mc2 to go to frame 2, which pretty much is a copy of frame 1 except for btn1
(it doesn't hold a script in frame 2).
Despite the fact that there is no script attached to btn1 in frame 2, it still performs an action when you test the movie.
I don't really see the mistake ...your help is really appreciated!
View Replies !
View Related
Strange Bug
can anyone solve this,
i am attempting to take the server time from my server every second, to do this i have a php file that echos the date and time to the flash file.
Code:
<?PHP
$currenttime = date("F d, Y H:i:s", time());
echo "current_time=".$currenttime;
?>
no problems so far..
then i load this variable into flash and display it ...
Code:
currenttime.load("http://www.xxxxxxxxx.co.uk/php/current_time.php");
currenttime.onLoad = function () {
_root.current_time = currenttime.current_time;
gotoAndPlay(3);
}
'currenttime' is defined as a new loadvars on the root, this is all fine.
The above code loads the variable from php then when it is loaded assigns it to a variable that is also a dynamic text box on my stage. Then when its loaded it goes to frame 3, frame 3 then plays to frame 32 (because my movie is 30fps) where i tell it to gotoAndStop(2), where it should run the above code again, update the time as one second has now passed and begin its loop all over. No problems there, pretty straight forward. Well when i test this (control and enter) it works perfectly. When i run the swf file off my computer it runs perfectly. However when i upload it, it displays the initial time but then does not increment every second, just stays at the first time it shows. I have no idea why this would happen please can some1 solve this puzzle?
Aaron
View Replies !
View Related
[F8]Very Strange Bug
Hello,
I have two files that use the DepthManager class in Flash 8. They are identical in AS, flash version, etc. For some strange reason one works and one doesn't. Any ideas?
See attachment for source files
View Replies !
View Related
Strange
I dnt have a clue what is going on but for some reason my coding doesnt work
heres my code:
Code:
if (this.name14 == "NA") {
this.all_mc.l14_btn._x = 800;
trace(14);
}
"14" is displayed in the output but for some reason l14_btn doesn't move.
but when i put:
Code:
function movv (){
this.all_mc.l14_btn._x = 800;
}
and call it, it works.
i tried to put:
Code:
if (this.name14 == "NA") {
movv();
trace(14);
}
but it didn't call the function
Please can someone help me!
View Replies !
View Related
Something Very Strange.....
Hello all
I have had a couple of people mention a small problem with a a website that I have created.
This site is created in Flash but someone said that they couldn't see any of the text on the pages, including the navigation and so makes the whole site unusable. At first I thought it was just their setup and hadn't come across any answers on the internet. Unfortunately two more people have mentioned the same problem so it is obviously becoming more of a worry.
Has anyone experienced this before or have any clues what the problem may be? The people with the problem are using IE6 and have flash player installed. Could it have anything to do with AS? but then the normal text would appear (above and below the central graphic).
Hmmm, I'm puzzled any ideas or thoughts?
Thanks in advance
James
View Replies !
View Related
Very Strange...
Hello... i am having this weird problem... i never had it b4..
I have a project where i am loading 4 different external txt files into my movie...
when i test it within flash (ctrl + enter) everything works great. However,... when i publish it and play the swf file it doesnt work.... it doesnt even read the stop action i put on frame 10 for example... its like it doesnt read code at all...
what the hell is going on??/ any ideas?
View Replies !
View Related
[CS3] Strange Gap
I have a website http://www.okvta.org that I work on if you go to the website in Internet Explorer it shows up just fine, but when pulled up in Mozilla Firefox there is a gap between the two flash objects on the site, I was hoping somebody might be able to help me with this problem any advice is greatly appreciated!
Thank You,
Paul
View Replies !
View Related
Strange?
I fixed my stuttering by installing a loading sequence... with the coding as follows:
Code:
T = getBytesTotal();
L = getBytesLoaded();
red_mc._alpha = L/T*100;
yellow_mc._alpha = L/T*100;
myPercent = Math.floor(L/T*100)+"%";
if (L == T) {
nextScene();
}
Well when I tried it, simulating download, no stuttering, wow... but my external swf file was missing. Like my external swf file is jsut an island which changes with the season... but theres no island. But when I remove the loading sequence, theres an island, but all stuttery!?
View Replies !
View Related
This Is Strange
I have a simple movie clip of man ystatic horizontal lines. I then selected all the lines to apply the stipple effect to them, and ever since I did that the program crashes when I try to test the movie. The pages without the stipple applied work fine. Any clues to why this would happen?
Once I delete that movie clip from the project, it tests fine.
View Replies !
View Related
Very Strange
i dont know how to really define this problem, so i was not successful in finding a solution through my searches. i shall describe the symptoms here and if anyone has encountered them please advise.
On one particular machine in my office (which happens to belong to my boss ), mp3 loaded externally (using loadSound) into an swf is not working, also the loader for the mp3 is not working properly. this happens only in IE. that too with the files i work on, there are no problems whatsoever with other sites in the net. what could be the problem with that computer?
i was not sure how to categorize this problem, thats y i am posting it here.
View Replies !
View Related
Php To AS Something Strange
hy,
I have in my database a field with a german character : " Häuser " .I enter this field directly into the database via mysql manager
printing the mysql_query returns the correct field : " Häuser "
but when I try to send the information to AS, the letter "ä" is not recognized.
I tried the following solutions :
1. var_for_AS=rawurlencode("Häuser");
and send the var_for_AS to AS : no change, the ä is not recognized (=> it gets something like a small cube)
2. rawurlencode("Häuser"); is something like h%E4user
I did a copy/paste directly into the database field
=> nothing changed, AS prints a small cube
3. I tried Stripslashes but it doesn't make any sense because the data is added directly into the database and not via a php script.
so, there is no ADDSLASHES, and STRIPSLASHES doesn't make any sense
HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP
Conclusion :
I add the data directly into the database and not via a php script
php prints the correct word : " Häuser "
but AS can't read the " ä "
I don't know what to do now !!!! HELP
thanks for your help
View Replies !
View Related
Strange Bug
Could someone check out the image I have attached and tell me what is going on. This white bar started poping up when I would test my movie but not when I would Publish Preview now it pops up as soon as I open Flash. I deleted Flash MX 2004 and reinstalled but that does no good. Its been happening for about 3 days now. Please Help!
View Replies !
View Related
Strange Bug?
Okay i have designed this site and we have a skip intro button that skips this 500 frame animation and just goes to a still shot of the whole thing. A very basic thing. Well I have a preloader at the begninning of the movie and the skip intro button is visible incase someone is not wanting to sit and wait for the animation to load. But if you click the skip intro button before the movie entirely preloader it just goes blank. But if you let it preload once completely then the next time you visit the site you can skip whenever you want. Its really wierd.
http://207.235.60.240/
This is the temp place holder please see if you can think on something???
Thanks
View Replies !
View Related
Strange.... What Gives?
This has been working perfect for making draggable elements on stage.
Code:
nav.dragArea.onPress = function() {
nav.startDrag();
};
nav.dragArea.onRelease = function() {
nav.stopDrag();
};
But I just can't get it to work with dynamicly loaded swfs. Heres what I just tried...
_root>nav>navContent
_root is the main movie, nav is the MC with the "dragArea" button, and navContent is WHERE the swf is being loaded into.
Why this wont work... I do not know!
Is it a cross domain security problem? Maybe thats all... Brb, lemme test!
View Replies !
View Related
Something Strange Is Going ON
I have some dynamically loaded text rendering as html. When I mouseover any link in the text, it changes spacing randomly in the sentence. On mousover, one of the links removes the space after the link. Another link removes the space before the link and another space a few words down in the sentence. Weird. Here's an example.
This is the what a link sentence looks like. (normal)
This is the what a linksentence looks like. (on mouseover)
See how the space after the link goes away upon mouseover?
What the heck is going on here?
View Replies !
View Related
Ok..now This Is STRANGE.. Help?
Hey guys,
I used kirupa's modified slideshow with XML, so you can click on the picture.
I use it on my site http://www.olympiapublishers.com on index.php (the default page).
It doesn't work... but when you click on a category, which still uses index.php as the template.. it does..
Any ideas?
Thanks in advance!
Ben
View Replies !
View Related
Strange.........
Hi , I'm with this really weird problem and I don't see any bugs in my code. I have this:
onClipEvent (enterFrame) {
if (_root.Kogel, hitTest(_root.Boot)) {
_root.score = _root.score +1 ;
_root.bullets = _root.bullets -1 ;
if ( _root.bullets <= 0 );
gotoAndPlay( "kogelsop" );
}
}
"Kogelsop" is a frame wich displays "out of bullets"
Now instead of going to there when _root.bullets is 0 , it goes back to 1 bullet if you hit the boat!
View Replies !
View Related
Strange.... Take A Look
So I'm trying my hands on some full browser flash and after reading a couple of tuts I wrote this
Code:
#include "mc_tween2.as"
Stage.scaleMode = "noScale";
stageListener = new Object();
stageListener.onResize = function(){
var stageXcenter = Stage.width * .5;
var stageYcenter = Stage.height * .5;
middle.slideTo(stageXcenter,stageYcenter,1,"easeOutCubic");
trace(middle._x);
trace(stageXcenter)
}
Stage.addListener(stageListener);
The trace's are because it didn't work like I thought it would. Etc the middle movieclip didn't center itself but rather positioned itself seemingly how it pleased so I traced its x position and the var stageXcenter position and like suspected it shows different values. I find it very strange but maybe someone has an explanation and maybe if I'm lucky a solution as well!
note: you need mc_tween2.as
View Replies !
View Related
Is This Strange?
can anyone get this to trace?
Code:
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track><location>file:///mp3s/song_1.mp3</location></track>
<track><location>file:///mp3s/song_2.mp3</location></track>
<track><location>file:///mp3s/song_3.mp3</location></track>
</trackList>
</playlist>
if i remove the attributes in the playlist node it works
Code:
<?xml version="1.0" encoding="UTF-8"?>
<playlist>
<trackList>
<track><location>file:///mp3s/song_1.mp3</location></track>
<track><location>file:///mp3s/song_2.mp3</location></track>
<track><location>file:///mp3s/song_3.mp3</location></track>
</trackList>
</playlist>
does as3 not like attributes on the root node? maybe im doing something wrong.
View Replies !
View Related
Help With Strange Lag
I have no clue how to reduice the lag in the site I'm working on. I went through the turorial here and did what I could form it but yet I still see lag problems. I have reduced my jpg compresion to 20% and my file size is only 119kb total yet I still get terible lag. I tried to make my text boxes dynamic and not embed the fonts but then my text wouldn't fade when it was suposed to any more so now the text hides but still there is lag. Any other ideas on how I could make things run smoother?:-
My Site
How I would like it to work
View Replies !
View Related
Php To AS Something Strange
hy,
I have in my database a field with a german character : " Häuser " .I enter this field directly into the database via mysql manager
printing the mysql_query returns the correct field : " Häuser "
but when I try to send the information to AS, the letter "ä" is not recognized.
I tried the following solutions :
1. var_for_AS=rawurlencode("Häuser");
and send the var_for_AS to AS : no change, the ä is not recognized (=> it gets something like a small cube)
2. rawurlencode("Häuser"); is something like h%E4user
I did a copy/paste directly into the database field
=> nothing changed, AS prints a small cube
3. I tried Stripslashes but it doesn't make any sense because the data is added directly into the database and not via a php script.
so, there is no ADDSLASHES, and STRIPSLASHES doesn't make any sense
HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP
Conclusion :
I add the data directly into the database and not via a php script
php prints the correct word : " Häuser "
but AS can't read the " ä "
I don't know what to do now !!!! HELP
thanks for your help
View Replies !
View Related
Strange...
I have a function like this:
se.onRelease = function() {
ballcheck("se") ;
lastClicked = "se";
}
now I want to run that function, as if it was clicked and released...you would think all you have to do is this:
ballcheck("se") ;
lastClicked = "se";
but it doesn't run the same? anyreason why and did the above make sense?
View Replies !
View Related
AS3 Is Strange Indeed...
I have 2 movieclips, and want that both have the same position (x,y).
So in the frame i made this code:
Actionscript Code:
shadow.onEnterFrame = function () {
shadow.x = player.x;
shadow.y = player.y;
}
but i get this:
Quote:
1046: Type was not found or was not a compile-time constant: shadow.
1046: Type was not found or was not a compile-time constant: player.
View Replies !
View Related
Strange Mc
hi!
i dont know what the time now in the us but i will be glad to get the answer as quicly as possible.
anyway, here is my problem, code i regular use and everyone does work in flash on release of the button the mc (instance name = creatures) start playing
they arent in the same timeline
thank you for your help almog,flash-man
View Replies !
View Related
A Strange 1
OK this is really wierd
I'm using a button to load a .swf into an empty mc called charlie. my empty mc is embedded into another mc called beta. this isn't a problem so I use the code
on (Press){
loadmovie("octal.swf",beta.charlie)
}
and it loads up no worries there. The problem is that octal.swf is larger than the beta's border and looks really messy, but when I try to alter its width and hieght settings like
on (Press){
loadmovie("octal.swf",beta.charlie)
beta.charlie._width=400
}
it...erm... well...rotates the mc 90 degrees!!! doing the same with the height command flips the xscale to -100, if i put them together it dissappears, try to use correcting commands like _rotation=0 etc just makes it vanish aswell... does anyone have an idea on what in the blazes is going on and/or cure/workaround...be really greatful thanks
oohh before I forget I cannot resize the mc before loading in cos its used elsewhere
Z
View Replies !
View Related
Strange .swf Behaviour
in my "home" .swf i have a dummy movie clip in which i load other .swf's. things worked fine until i tried to load a .swf with a scroller into it. the .swf loads and is visible, but the scroller won't work. it's strange 'cause buttons and movie clips work fine, but not the scroller. what could have gone wrong? (of course the scroller works if i run the .swf outside the "home" .swf) please lead me to the right direction...
thanks,
taipan
View Replies !
View Related
Strange Numbers
I have two .swf's. One is the main stage and the second holds items that are to be seen (through scrolling) on the main stage. I want every item displayed to be no more than 175 pixels in length and width. So I use the code:
_level1[item]._height = 175
or
_level1[item]._width = 175
and put the other side according to its proportion.
The strange thing is that on certain items, the _height or _width is assigned 174.95! This created strange side effects with the items displayed. This wasn't random either. It happened on the same items on every run. I figured out a work around but does anybody have any idea why this event occured?
View Replies !
View Related
Strange Problem
I made a preloader for my game, i made it in another scene and then when I started game something strange happened my game worked fine except one detail that it missed one sound
for crashing my ship, when I deleted preload it worked fine, what the hell is that?? anybody had same problems??
View Replies !
View Related
Strange Problem
hi,
i need some help with the following code:
what's wrong:
<pre>
in the _root is following code:
root.website= new array();
_root.website[0] = new array();
_root.website[0]["naam"] ="bvo";
_root.website[0]["www"] ="www.bvo.nl";
_root.website[0]["keyword1"] ="dynamisch";
_root.website[0]["keyword2"] ="multi-taal";
_root.website[0]["keyword3"] ="customer service";
_root.website[0]["keyword4"] ="webbased content management";
_root.website[0]["design"]="Boom";
website[1] = new array();
website[1]["naam"] ="ibs";
website[1]["www"] ="www.ibs.nl";
website[1]["keyword1"] ="multi-taal";
website[1]["keyword2"] ="e-commerce";
website[1]["keyword3"] ="service";
website[1]["keyword4"] ="cms";
website[1]["design"]="ibuildings";
/////////movieclip: webcontrol
/* in this clip i control the action.
there about 50 frames after wich the tel is raised with one (tel++).
the problem is this: the txt is not showed in kwclip.keyword1.txt , where txt is a textfield
*/
if(tel==""){tel=0};
http://www.text=_root.website[tel]["www"];
kwclip.design =_root.website[tel]["design"];
kwclip.keyword1.txt=_root.website[tel]["keyword1"];
kwclip.keyword2.txt=_root.website[tel]["keyword2"];
kwclip.keyword3.txt=_root.website[tel]["keyword3"];
kwclip.keyword4.txt=_root.website[tel]["keyword4"];
kwclip.gotoAndPlay(2);
</pre>
View Replies !
View Related
Something Strange ...i Don't Understand Why
Hi everyone
well...i faced something strange in flash & i need ur help
let me first tell u what i want
i wanna create a motion tween between frames 1 & 10 -for example..okey?
motion tween will be alpha where it starts at 0 & ends at 100
well...i used to do it many times & it always worked normally...without changing the shape!
TODAY i faced something sooo funny
i do the same steps exactly but the only thing that happens is the shape changes from small to big! as if i scaled the picture...but i didn't ...i even didn't play with its size...
why is this happening? i used to do motion tweens hundreds of times & its works fine...why this time not???
any help?
thanks for everyone
View Replies !
View Related
A Strange Question About Txt.
I am trying to make a dynamic list. Based on some text stored outside of the flash docement. What I want to know is how to get the txt to be stored inside a txt box in flash dynamicaly, without automaticaly taking up a certain amount of room. Is there a way to make the text only take up as much room as it needs? So then I can just find the height of the MC and work with that? As I have it now I have to make the txt boxs I want the text loaded into in a pre-defined height which won't get bigger or smaller on the fly.... I hope I am making sense I am not good at explaining these things...
Thanks for your time guys.
View Replies !
View Related
Strange Redraw
Hi all,
I have flashified what used to be a DHTML database driven personal site, Anarchitect.
It now operates off of the same database and opens little draggable layers.
Anyway... see what I mean here:
http://anarchitect.net/
So the problem is that when the layers come to the front, they have a strange effect on the laters below them. They seem to "paint under" the layers underneath. See what I mean by using the link above.
Does anyone have any idea what may be causing this? I welcome any suggestions.
Nick
View Replies !
View Related
Strange Question
When you place your mouse on a flash movie and right click i noticed that on some sites you receive a whole menu and on others it only says Macromedia Flash 5 or whatever.
Can some one tell me how to make my sites only show the Macromedia Flash 5?
Thanks
View Replies !
View Related
Very Strange MC Behaviour
Ok. Make an MC containing a text box with a word (anyoword)
Then make a button with the code to rotate the MC you just made. _root.YourMC._rotation=10 (or any angle).
Ok this works fine right ?
Ok now edit the MC and change the text box to an Input text box.
Now try the button. The text disapears.
Does anyone know why this happens ? It is very frustrating.
View Replies !
View Related
Strange Problem
i have my main timeline, and i have a mc on it. i have declared the global variable 'playershoot' which alternates to true and false.
Now on the mc i have:
on (release) {
if (playershoot = "true") {
gotoAndPlay(2);
} else {
stop();
}
}
only even though i have looked at the debugger and the varible playershoot = "true" when i do click the mc, nothing happens, it doesnt go to the frame.
please help this is causing me big problems
thanks
View Replies !
View Related
SwapDepths().....very Strange
G'Day all,
Im having trouble with the swapDepth() function. It's causing the MC's that I'm swapping to exist in strange places, most notably on key frames where they never existed before.....
WTF!
If anyone has any clue, please help me out.
View Replies !
View Related
|