Page Number: Página 1 de 1
Actual Results
- DooMZ81
- Foro: Hardware
- Tema: Help in thumbdrive issue!~
- Subject: Help in thumbdrive issue!~
- Respuestas: 3
- Vistas: 1414
- Subject: Help in thumbdrive issue!~
Posted: Octubre 31st, 2004, 5:41 pm
I am currently working in school.All my school PC are P4 winXP.Brand name is compaq I facing a very funny problem with my Principal PC.I plug in my thumbdrive the PC able to detect it and display Kingston drive E: found etc,but when i go to my computer...i cant find the external E: drive...I tried o...
- DooMZ81
- Foro: Flash and ActionScript Forum
- Tema: Flash5 timer script
- Subject: Flash5 timer script
- Respuestas: 2
- Vistas: 4232
- Subject: Flash5 timer script
Posted: Abril 20th, 2004, 1:16 am
Need a simple flash 5 (not flashMX) timer script for my maze project.Reason is school is using flash5.Being searching the script but to no vain.
Thks
Thks
- DooMZ81
- Foro: Flash and ActionScript Forum
- Tema: Timmer script?
- Subject: Timmer script?
- Respuestas: 2
- Vistas: 1400
- Subject: Timmer script?
Posted: Abril 16th, 2004, 9:15 pm
very sad...i cant open that file cos it use flashmx(my sch use flash5)and it wont work if i use flashmx to do my project :( script of the maze: on (keyPress "<Down>") { if (maze.hitTest(you._x, (you._y+5), true) ne "true") { setProperty ("you", _y, (getProperty(you, _y))+5); } if (exit.hitTest...
- DooMZ81
- Foro: Flash and ActionScript Forum
- Tema: Timmer script?
- Subject: Timmer script?
- Respuestas: 2
- Vistas: 1400
- Subject: Timmer script?
Posted: Abril 16th, 2004, 7:58 am
Creating a maze game Problem ecounter: Cant seems to put timmer on my maze...(timmer start counting when any arrow keypress is detected) then (timmer stop once reach destination and show result of the timmer on next frame) Just wish to know how to create a timmer in flash by using actionscript
- DooMZ81
- Foro: Flash and ActionScript Forum
- Tema: keypress help
- Subject: keypress help
- Respuestas: 0
- Vistas: 956
- Subject: keypress help
Posted: Febrero 24th, 2004, 11:32 pm
on (keyPress "<down>")
:meaning when i press the down key.the object move down
Any ways to assign the object to move down by using keypress "A" on the keyboard?
:meaning when i press the down key.the object move down
Any ways to assign the object to move down by using keypress "A" on the keyboard?
- DooMZ81
- Foro: Flash and ActionScript Forum
- Tema: Help needed in Wall Detection
- Subject: Help needed in Wall Detection
- Respuestas: 3
- Vistas: 1566
- Subject: Help needed in Wall Detection
Posted: Enero 13th, 2004, 1:13 am
My eariler post no 1 seems to help me.If i draw a line and symbol the line as Line1 and set it to graphic,then i create a ball using the script below onClipEvent (enterFrame) { if (key.isdown(key.LEFT)) { // left_boundaray can be manually set or you can set it to a property of a movie clip // This t...
- DooMZ81
- Foro: Flash and ActionScript Forum
- Tema: Help needed in Wall Detection
- Subject: Help needed in Wall Detection
- Respuestas: 3
- Vistas: 1566
- Subject: Help needed in Wall Detection
Posted: Enero 11th, 2004, 8:11 pm
I create a simple ball control with keypress direction, if i add some wall around the ball,is there any simple script to detect the collision?if yes any simple script to block the ball from passing through the wall? Below are the script of the ball Step1: Make your object. Step2: Turn it into a movi...
- DooMZ81
- Foro: Flash and ActionScript Forum
- Tema: Help Needed with Hit Test script
- Subject: Help Needed with Hit Test script
- Respuestas: 4
- Vistas: 4848
- Subject: Help Needed with Hit Test script
Posted: Octubre 15th, 2003, 5:39 pm
I have tat hit test script,it can dectect the mouse hitting the wall but it wont stop the mouse from passing through,i have run through tutorial about collision, hit test.. etc
Help is needed.^_^Il|
Help is needed.^_^Il|
- DooMZ81
- Foro: Flash and ActionScript Forum
- Tema: Help Needed with Hit Test script
- Subject: Help Needed with Hit Test script
- Respuestas: 4
- Vistas: 4848
- Subject: Help Needed with Hit Test script
Posted: Octubre 13th, 2003, 1:49 am
I am a student currently designing a mouse maze game by using flash 5 I have done the following *Mouse movement script by using the direction key *Maze map with wall Problem lies here. I need a action script that can stop my mouse frm passing through the wall.What kind of collistion script do i need...
