Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - imo_inx

Pages: [1] 2 3
1
Other / I *HAVE* a new computer
« on: November 26, 2013, 09:38:04 pm »
So my friend gave me a new... ok, semi-old computer. It runs ran Vista. Anyways, the main drive used to store files(and the OS) was corrupted, so I replaced it. Now there are 2 hard-drives in, and I think one may be corrupted so I removed it too, leaving only one that I am almost sure is fine.
So I boot into a Vista reinstall DVD and it installs just fine, however when it is supposed to turn off, the computer stays on with the same screen. Next, when booting, it shuts down after BIOS, and then the fans go berserk and spin extremely fast while the power ring around the button is off. Note: It should be on when the comp is POWERED ON. So I hold in the button to cut the power. This works, and I hit it again to restart it. It once again reaches BIOS, then goes to windows Safe-Mode boot screen, where I have four lovely options. You should already know what these are, and upon selecting any of the three Safe-Mode options, it loads the DLLs and then says I need to boot into normal Windows to continue the install. When I try to boot into Normal Windows, It shuts down again, and the fans spin. I read somewhere that this is a PSU problem, and I replaced it with a spare. Same thing happens. (I installed Debian, and it worked fine, but I want windows, so dont convince me otherwise)

So is it missing drivers? PSU faults? What could it be?
If I must, I suppose I could debian, but I do not wish to atm.

2
Other / Actionscript 2 Help
« on: November 08, 2013, 07:32:30 am »
Ummm… Does anybody here know Actionscript 2.0? I kinda need some help with this code…
The problem is that the bullets lasers won't move. At all. It just pawns and sits there. There are other bugs too, but this is the worst one imo.
Both me and my teacher are stumped as well.

My vars:
Code: [Select]
//Global Vars
gerrycount = 0;
var GeraldMC = Object;
jumppowa = 30;
laserMC = Object;
lnum = 1;
lspeed = 50;
lready = false;
ldelay = 50;
larray = [];
lcount = 1;
look = 100;


Code: [Select]
//LaserCreator
function createlaser(){
var laserMC = this.attachMovie("laser","laser"+lcount,600 + lcount)
if(look = 100){
laserMC._x = GeraldMC._x - 65;
laserMC._y = GeraldMC._y - 50;
}
if(look = -100){
laserMC._x = GeraldMC._x + 5;
laserMC._y = GeraldMC._y - 50;
}
trace(look)
lcount++;
larray.push(laserMC);
}

//LaserBLAST
function laserk(){
if(lready && Key.isDown(Key.UP)){
lready = false;
currentTime = getTimer();
createlaser();
}else{
if(currentTime + ldelay <= getTimer()){
lready = true;
}
}
for (var i = 0; i < larray.length; i++){
if(look = 100){
larray[i]._x -= lspeed;
}
if(look = -100){
larray[i]._x += lspeed;
}
if(larray[i]._x >550){
removeMovieClip(larray[i]);
}
if(larray[i]._x <0){
removeMovieClip(larray[i]);
}

3
TI-BASIC / Random TI-84+ CSE Progs
« on: October 17, 2013, 10:31:50 am »
So I have a TI-84+ CSE now, as some of you may know. It's all nice and new and I've already started making some small, random programs for it.
I made this thread for just posting small BASIC programs not worthy of a topic. (like all of the stuff I made.) :P
I'll start it off by uploading some stuff when I get home.

4
Computer Programming / I'm learning C++!
« on: June 10, 2013, 03:33:54 pm »
I'm currently learning C++.
This is my first program. It's a small text-adventure.
I'm still just learning though...
Anything I should know?

5
Miscellaneous / The Megaman Movie?!?
« on: March 17, 2013, 11:28:42 am »
I remember a while ago when I still had Dish for TV. I was scrolling through the channels and saw a movie called Megaman. I started watching it, and having only played the Battle Network series, I thought it was crap. I kept watching it however, and started to like it. My mom came downstairs and told me it was bedtime within the first 15 minutes. :( I never saw the rest of that movie. Now, realizing that it was about The Starforce series, I want to see it even more. My friend told me he saw it, so I know I'm not crazy. Now for the fun part.

This movie seems to be the only thing ever to avoid the deep clutches of the Internet, or any other record for that matter. I'm not talking about the tv series either. It was a movie. After searching a LOT, I have made zero progress. Does anyone else remember this movie, and any possible way for me to see it or obtain it? If so, Thank you.

6
Minecraft Discussion / iLinx- Tekkit-like LAN Mod-Pack
« on: September 30, 2012, 04:15:29 pm »
I have actually started getting interested in making my own mod-pack, but as I've been digging through the inter-webs, I've realized hat some people might want something like this too. Tekkit is nice and all, but you must be online at the login for ur name to not be Player. I've already started working on this, and I just wondered if anyone here would like it too? I might also need help creating a One-time luancher that makes sure ur account is legit. It currently just runs on a scrpped up batch file I threw together.

7
Computer Usage and Setup Help / I/O Error
« on: March 26, 2012, 01:13:18 pm »
Hi. As some of you know, I usually have problems with my computers. Well, here we go again. I accidentally uninstalled my win7 OS, so I started up on a Gateway recovery CD. As it was loading the files, I came across I/O error: 0xc000000e9. It wont start from that cd. Im currently running a temp version of windows (that only lasts for 30 days): Windows 7 Home Premium N. I want my old OS back though. How do I do this? I have a NV57H Gateway model computer, with the old C:/ partition backed up, but without the required sytem files. The OS im trying to restore is Windows 7 Home Premium 64-bit.

8
Computer Usage and Setup Help / Omnimaga Boot Screen
« on: January 17, 2012, 11:56:24 am »
I've finally created a boot screen of Juju's avatar on Window 7.
Due to legal issues (I think) I cant upload the program, but you can get it here: http://www.coderforlife.com/projects/win7boot/
Note: I've also included a default backup Windows 7 boot screen in case Juju gets boring.

9
is there a way i can make a 32-bit installer out of 64-it windows and 32-bit system files?
I have win7 and 32-bit windows xp files... Can I make an XP setup/startup/boot/livecd disk?

10
ROM Hacking and Console Homebrew / WiiBrew: I cant install DVDx
« on: December 24, 2011, 06:24:06 pm »
Hi. I'm currently trying to run backup games (from a gamecube) on a wii. I got the Homebrew channel, and installed custom IOS36, but the DVDx Installer always has an error when I try it. I also cant install the 0.3 gamma backup loader with WAD Manager 1.7. Any help?


btw: I found willrandship on the backup loading topic. How did I find him here, out of the ENTIRE web? Wierd...

11
Computer Usage and Setup Help / I lost XP Home Premium
« on: December 04, 2011, 02:11:55 pm »
A year ago I was messing around with Windows on my netbook and gotz a virus. :(
Somehow it deleted my system files in system32.
I tried to do everything and installed ubuntu.
I now dislike ubuntu.
What I'm trying to say is that I need a cd or an iso of windows XP so I can use it again.
I don't care which service pack it has, because I can always install sp3.
If you need, my netbook model is:
Acer Aspire ONE

12
Miscellaneous / Powdertoy
« on: November 21, 2011, 08:12:57 pm »
I made a topic for posting powdertoy saves you make.
Powdertoy.co.uk

Use the userbar too.

13
Gaming Discussion / RCT3 Omnimaga World
« on: November 09, 2011, 06:34:43 pm »
I'm creating an Omnimaga theme park in Roller Coaster Tycoon 3. If you have any building, ride, or naming suggestions then post them here.

Note: I made Juju's Wrath already.

14
Miscellaneous / Trains.
« on: October 31, 2011, 07:08:32 pm »

15
Casio Calculators / 9860G Slim Update Problems
« on: October 27, 2011, 09:23:59 pm »
 Does anybody know how to update my 9860g slim to version 2.00 on my win7 home premium laptop? I tried and it's always interrupted.

Pages: [1] 2 3