660 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
256
views
AS3 Error: Access of undefined property Event
I'm making a game in Flash CS4 using AS3 and I've been trying to make a Play button that works. I already know how to make it work but while debugging I always get "Access of undefined property ...
0
votes
1
answer
50
views
Use an objects name to make changes to the object
I have created multiple instances of one object each with there own instance names with numbers on the end. I would like to iterate through these names (they have numbers on the end), modify there ...
0
votes
1
answer
169
views
Create associative array with arrays as values
In cs4 I am attempting to create an associative array where the values are arrays. These arrays have just two elements and I want to call one of these two elements like this:
var array1:Array = [5, "...
0
votes
0
answers
92
views
*RPG-Engine Troubleshoot (AS3): "Multiple Levels" code snippet returns a "null" HitTestObject
*Hello!
I'm working on an open-source game engine scripted in AS3
and I am attempting to have the MC advance to another area/level...
*How it Works/The Idea...
When the MC obtains a key, it is ...
0
votes
1
answer
79
views
First question! NPC walk-cycle randomizer is working as intended (boundaries do need tweaking), but not playing the nested walking animations? (AS3)
Pretty much, the walking animations won't work with the switch statement I think? That's what it looks like, but the randomizer itself works fine. What I wanted to do was rewrite the working code for ...
0
votes
0
answers
74
views
How can I rotate an object around its local Y axis rather than the global Y axis using actionscript-3?
I have a flat object, eventually it will be a circle, but for now I just have a 2d square on the stage. I tip it back 75 degrees, and then rotate it around the y axis.
I have this code which has ...
2
votes
0
answers
39
views
Transparency became blue, Flash
My project has many layers with transparency, but suddenly they turned blue
Because of what it can and how can I fix it?
Reloading does not work
0
votes
2
answers
201
views
How to rotate triangle such that its base is flat straight?
considering my English is not very good. I will try to use picture
Hopefully you can get what I mean. Basically what I want is I want to rotate the triangle such that the base of the triangle is flat ...
0
votes
1
answer
53
views
HitTestPoint not working, collisions not happening
I'm trying to create something similar to Impossible Quiz Question 5 (1st quiz). However the hitTestPoint appears to be not reading. I'm not exactly sure where my error is.
Here is my full line of ...
-1
votes
1
answer
47
views
Actionscript code errors
I am currently working on a personal project on a money counter and am really stuck with my code. If somebody can assist me, the final textbox with the answers is not showing up in my project.
The ...
0
votes
1
answer
70
views
Object does not return to original position when released cs4
I am making a drag and drop activity where multiple items are to be placed at the same target. I have action code on the main time line and then code attached to a sprite.
Problems:
When I release ...
0
votes
1
answer
83
views
Flash CS4 AS3 Event not working
I can't attach a simple event handler to a lousy movie clip. Not a single tutorial worked for me and I followed them carefully. Over an hour wasted for nothing... again! Here's what I did:
Layer1: ...
0
votes
1
answer
1k
views
how to drag and drop button to target button in flash
I want to create a button which can be dragged and dropped toward another button so that the button location (x, y) is dragged into the location of the destination button.
My code:
sejarah.onPress = ...
0
votes
1
answer
145
views
Accessing animation of nested symbols using AS3 in Flash CS4
It's for my college project again.
I am making a Zombie shoot-em-up game. I created a Zombi symbol with the default Zombie sprite. Inside the symbol I placed three more sprites that are ZombiAttack, ...
0
votes
1
answer
203
views
Cannot view data returned by amfphp
I've recently set up amfphp 2.2.1 on my win7pro (iis7.x) local host in the hope of getting away from XML between phph and Flash. I Followed the inital 'hello world' tut on amfphp website and ...