i don't know if this will work or even make sence
but can't you just create a php or flash variable that holds the value of the http:// location
IE
<?PHP
$link="http://www.mywebsite.com/whatever.html";
?>
or
var string link="http://www.mywebsite.com/whatever.html";
~not 100% sure so if it...
if (_root["stanD"].hitTest(this._x+20, this._y, true))
all that this does is create a single dot that the _root["stanD"] can't cross the dot is 20 pixels to the right of the start of the movieClip.
any one know how to make the dot into a line or something?
any ideas or thoughts are greatly...
like this becuase this doesn't work and the code is in the line movie clip not the character movie clip.
-------CODE-----------
if (this.hitTest(_global.charX, _global.charY, true)) {
_root["stanD"]._y -= _global.speed;
_root["stanD"]._x += _global.speed;
}
i am creating a flash game and i can stop the caharacter from crossing lines but when i use diagonal lines, the character stops at the blue box seounding it.
i thought it would work but i need to know how to shrink the blue box that is created when you make a movie clip.
please help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.