Tagged Questions

0
votes
0answers
17 views

how to change Shockwave 3D texture in Adobe director?

I want to change texture from a 3D object (W3D file that imported from 3DMAX) with different texture image (external image) but i don't know how. There is some example on internet but i still ...
0
votes
1answer
50 views

Making a 3d Menu in Director or Flash (with selection) possible?

Okay, so I need to do a Director project with a 3D style menu (to clarify, it's a study manual with a human body with several parts to be selected, for example, to study arm muscles you need to click ...
0
votes
2answers
58 views

Dynamic UI window drawing in Flash?

Wasn't sure if this question belongs here, but I'll try. So I'm about to move my project from Director | Shockwave Player (if you ever heard of these) to Flash Player for numerous reasons and while ...
0
votes
1answer
24 views

Using a variable in a message - Lingo

Can anyone tell me if there is a way for me to use a variable within a lump of code, so that code can be looped to send messages to multiple objects? For example, if I have 10 buttons and want each ...
0
votes
1answer
17 views

Directtostage error when playing published application in another computer

I have a Director application that has several modules, but one in particular decided to not work. That is the Video section of the program. So basically when Im developing in Director, everything ...
0
votes
1answer
189 views

how can i make a video/image cube interactive?

im doing a project in adobe director and im looking to make an image/video cube which display an image or video on each side of the cube now i have seen some tutorial on how to make the cube in ...
0
votes
1answer
84 views

How to detect if Windows is 64x or 86x via Lingo (Adobe Director)

Why hello there. I was wondering if its possible to detect if a costumer's Windows is 64x or 86x based via Director. The reason for this is that some Xtras don't work as intended when running on a ...
0
votes
1answer
431 views

Director/Lingo, making an application toggle between fullscreen and windowed?

I recently had a client contact me asking for an update to his project that I used to maintain/develop years ago. It was done using Macromedia Director (now Adobe Director) and Lingo. Since I ...
0
votes
1answer
355 views

DIRECTOR “TCP/IP Socket sever/client”

Would Director be an option for creating a socket client? My client needs to accept server commands; frame rate, start etc. Director seems like it was made for controlling movies. I've got Director ...
0
votes
2answers
309 views

Director 11 and Flash with AS 2 communication

I have a Director project with 3 scripts (2 behaviors and 1 movie script). I have the following code in my movie script: on startRecording () --do stuff _movie.script["script2"].passGrade(75, 3, ...