Thanks, what about using old 'classes'?
The people who designed the message format for my game server have based the xml I will receive on the format used to parse with XML-RPC ~ which is written in AS 1.0, and my game is written in AS 2.0... I've tried including, importing, just having the...
Hi there,
Just looking for some opinions on what the recommended file size/fps for a flash app would be (per modem/processor speeds).
Our designers want some high end graphics, alphas, animations, etc, but... we really need it functional, smooth, and we need to cater to 'below the average...
I think I figured it partly out...
If I code the onRelease directly in the square object and don't try to set it at all in the container class, it'll fire and catch, and I can call a method in the container class from there...
Still doesn't explain why I can't see anything outside of the...
Ok, here's some of the code.
This is (some of) the Square class:
class Square extends MovieClip
{
var cParent:ContainerSquares;
function Square()
{}
function setParent(tParent:ContainerSquares):Void
{
cParent = tParent;
}
}
This is (some of) the ContainerSquares class:
class...
Thanks, this does work really well when it's on the main timeline, but it still doesn't work when I have the onRelease being written inside of a class. I'll try to be more clear about what is happenning, maybe I'll post the code tomorrow (it's at work).
The Square class is linked to a movie...
Hi there,
In my application I have a container object (ContainerSquares) that has a number of smaller objects (Square). I create an instance of the container class on the main timeline, and create the instances of the squares inside of the container class. The Square object is a movieClip in...
LOL, you mean your skills end at Flash and ASP? No mind-reading? ;)
Ok, I actually don't have an asp file. I have a .inc
I have a flash app that users put in ticket numbers to win a prize. The flash app creates a new LoadVars() object, assigns the ticket number, and some other info to...
Hi there,
My loadvars variables aren't setting through my include file. I have some error checking, and other things happening within that include file. The URL location for the sendAndLoad is the include file, and I need it to load the updated variables into another LoadVars Object (I tried...
Thanks,
That sort of works, but the year is coming back as 104 ?
actualDate = "Mon Aug 16 00:00:00 GMT-0700 2004"
outputDate = "104-7-16"
StartConfirm_txt.text = tempStart.getYear() + "-" + tempStart.getMonth() + "-" + tempStart.getDate();
Any ideas?
Corrie
Hi there,
I was just wondering if there was a fast way to pull the year/month/day out of a flash date? Most languages have date functions like this, but I can't find anything in flash?
Thanks,
Corrie.
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.