Questions tagged [adobe-director]

Adobe Director is a multimedia application authoring platform to create shockwave movies

Adobe Director lets you build and publish shockwave movies to a wide range of platforms, using as the programming language.

31 questions
5
votes
3 answers

Cocos2D Director Pause/Resume Issue

I am trying to play a .gif animation in cocos2D. For this i am using the library glgif. Now, to display the animation i am pausing the Director, adding a subview to show the animation and after the animation is done i am resuming the…
Aditya
  • 103
  • 1
  • 3
  • 10
2
votes
3 answers

codesign an old Director projector on OS X 10.13 - perhaps manipulate __LINKEDIT segment value

(See Updates at end of this post) For $reasons, I need to codesign an old Director projector that we can no longer re-publish (no access to original source code or to Director). I'm doing this because when run without being signed, the app now…
jaygooby
  • 2,436
  • 24
  • 42
1
vote
2 answers

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 I'm thinking how to better start off I got a…
Rihards
  • 10,241
  • 14
  • 58
  • 78
1
vote
2 answers

Lingo Code "[cc]" is coming up as a fault

The game is a word search game in an advanced lingo book and the lingo code is using [cc] which is coming up as a code fault. What is wrong or is this use of [cc] obsolete? And if so, how can it be corrected? on getPropertyDescriptionList me …
londonbird
  • 45
  • 1
  • 2
  • 7
1
vote
1 answer

How can I connect and get facebook profile information from a director apps (.dcr not .swf)?

We currently have a director apps (.dcr not .swf) that we want to integrate with the facebook api. (to connect via facebook, to challenge facebook friend from within the game) Can I embedded a flash in the director apps that take care of connecting…
Chris
  • 1,080
  • 20
  • 44
1
vote
1 answer

UINavigationController with PKRevealController's SideBar and cocos2d, not showing first scene

I'm using PKRevealController to show a SideBar, so in the AppDelegate I've this to set the UINavigationController and my ViewControllers: FirstViewController *firstController = [[FirstViewController alloc] initWithNibName:@"FirstViewController"…
1
vote
2 answers

Macromedia Director: Decompile EXECUTABLE File

It is possible to extract executable files?? If it is what are the possible software may i use?
Ctrlex
  • 61
  • 1
  • 13
1
vote
1 answer

Director Lingo Problems - See Code

I am trying to use if statements to go to two different frames in the Director game project but eventhough I have go to frame 32 for one set and go to frame 31 for another, they are both going to the same frame 31. What am I doing wrong? I can't…
londonbird
  • 45
  • 1
  • 2
  • 7
1
vote
1 answer

What is this message when scrolling the mouse while the debugger is stopped?

Problem Using Director 11.5 and Windows 7, with MouseWheel Xtra (wheelmouse.zip), I have the folowing message in the message window when I scroll the mouse while the debugger is stopped: lcr_stk_PopFrame: unbalanced stk lcr_stk_PopFrame: unbalanced…
prossel
  • 111
  • 1
  • 7
0
votes
1 answer

Program Director file with actionscript?

I have been programming flash/actionscript for a number of years; is there a way I could make a Flash/AS3 project and export it as a .dir project? Or if there is a way to use AS3 as the language in Director?
JD Isaacks
  • 56,088
  • 93
  • 276
  • 422
0
votes
0 answers

Questions about Adobe Director 12's creation of apps for Apple's iOS

Does Director 12 have to be on an Apple computer to create iOS apps? Does the creation of iOS apps still work today (and can an app be published on the Apple App Store) if I use an older Apple computer? Adobe's fine print says that Adobe gets a cut…
kackle123
  • 261
  • 2
  • 8
0
votes
1 answer

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

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 the arm). I want to accomplish this with a 3D model,…
FoxLift
  • 433
  • 2
  • 16
  • 30
0
votes
1 answer

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 to send a variation of the same command…
DrRocket
  • 215
  • 2
  • 14
0
votes
1 answer

How to Decompile an executable file made by old Macromedia Director 7?

The original question: Now I am trying to extract the resources from this exe file made by old Macromedia Director 7, but I am in trouble. First, I have tried the way of loading temp files, but they are inside Xtras folder and I also cannot find a…
fc2otica
  • 1
  • 3
0
votes
2 answers

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, 4) end and in one of my behavior scripts, I have…
Elie
  • 13,693
  • 23
  • 74
  • 128
1
2 3