Starting From Absolutely No Experience With Flash. I Need to Make an Online Simulation For My Family
2 replies, posted
Yes, I'm not even sure what program to start with or where to get it. I'm messing around with MacroMedia Flash 8 and working from tutorials.
I tried plugging in:
[quote]go2.addEventListener(MouseEvent.CLICK,toroom2);
go2.buttonMode = true;
object1.addEventListener(MouseEvent.CLICK,object1des);
object1.buttonMode = true;
function toroom2(event:MouseEvent){
gotoAndStop("room2");
}[/quote]
When I try to run it, I get this error:
[quote]**Error** Symbol=Symbol 1, layer=Layer 1, frame=1:Line 23: The class or interface 'MouseEvent' could not be loaded.
function toroom2(event:MouseEvent){[/quote]
My "button" also doesn't work.
I'm creating something that's kind of like a simulation of a job that my family's business trains people to do. I'm going to try to do it in a format similar to games like Meat Mansion, or Afro Ninja's escape series. In a few months, I'll pretty much need to be a master at this. I really have no idea what I need or what I'm doing at the moment.
I have some experience working with Doom WADs, and am proficient with DECORATE coding, which looks similar to Flash script. I have some confidence because in the WAD that I was working on, I programmed unique and fun weapons to use and unique and fun monsters to fight, so I feel that I have the raw talent.
Based On The Error You Received I Dont Think You Imported The 'MouseEvent' Class From Its Package Properly You Might Want To Try To Find Help With Your Favourite Search Engine
I'm looking for CS3 because the program that I have only understands CS2. But all I get, no matter what I enter in on Google search, I keep getting tutorials and books for 30 god damn pages and I can't find the actual program.
Sorry, you need to Log In to post a reply to this thread.