Authorware examples:
Description | Creator | Version |
Scroll BMP | Tamer Çatalkaya | 4.03 win |
Scroll BMP (hold down button) | Tamer Çatalkaya | 4.03 win |
AW-File1 calls AW-File2 (passing variables by writing them out) | Tamer Çatalkaya | 4.03 win |
2 Slider (the movement of one affects the other) | Tamer Çatalkaya | 4.03 win |
Minimize (this one shows how to minimize the presentation window to the task bar by using the budapi.u32) | Tamer Çatalkaya | 4.03 win |
Talking (shows how to pause and continue sound) | Tamer Çatalkaya | 4.03 win |
Volume (how to control the volume of the computer) | Tamer Çatalkaya | 4.03 win |
Param (shows how to pass a parameter to a AW-App by using budapi.u32 function baCommandArgs. A nag screen will appear, for further use register the budapi.u32.) | Tamer Çatalkaya | 4.03/5.00 win |
TextEntry (how to enter text in multiple lines with just one Text Entry icon attached to a interaction icon) | Tamer Çatalkaya | 4.03 win |
Titelbar (how to turn on and off the titelbar and how to use the cover.u32, you need the winapi.u32 and the cover.u32. all the files are included in the zip file) | Tamer Çatalkaya | 4.03/5.00 win |
3 Slider (the movement of one affects the other) | Tamer Çatalkaya | 4.03 win |
TCListbox 1.4 an ActiveX control (I created this one, because it's not possible to place two copies of the hlistbox.u32 on screen, at the same time. With Version 1.4 multi selection is possible.) | Tamer Çatalkaya | 4.03 win |
TCTextBox 1.0 an ActiveX control (I created this, to make the text entry easy. It's been used in the Verilog-Lexikon we are currently working on.) | Tamer Çatalkaya | 4.03 win |
TextEntryFillChar (how to enter text by replacing existing chars) | Tamer Çatalkaya | 4.03 win |
TextEntryScroll (By using the TextEntry function of AW its not possible to enter a text into a field which is delimited for i.e. 20 chars. This showMe demonstrates how to solve this.) | Tamer Çatalkaya | 4.03 win |
TextEntrySecno (By using the TextEntry function of AW its not possible to enter a text into a field which is delimited for i.e. 20 chars. This showMe demonstrates how to solve this and how to add automatically dashes into the Text. Including number only Version.) | Tamer Çatalkaya | 4.03 win |
JumpOutMinimise (This one shows how to call another application and minimse. The AW application is restored again, after the second application is quit.) | Tamer Çatalkaya | 4.03 win |
Spring (This one shows how to call animate a Spring.) | Tamer Çatalkaya | 4.03 win |
Center on Screen (This one shows how center the presentation window out of Authorware. The checkbox gets unchecked, if you move the window out of the center!) | Tamer Çatalkaya | 4.03 win |
NSync ( Often problems occour while synchronizing sound. This one shows a possible solution. ) | Tamer Çatalkaya | 5.2 win |
NoToolTips ( I got this ToolTips Example. To show the limits, I qad put some code in it.) | Tamer Çatalkaya | 5.2 win |
PopUpMenu (Shows how to create a pop up menu with budmenu.u32. It reads in a string and converts this to a menu, avoiding all the "hard coding stuff".) | Myles O'Connor | 5.1 win |
This is my solution to the Butterfly Challenge created by:Danny Engelman. Hints can be found at |
Tamer Çatalkaya
|
5.0 win
|
The home made PageHistory list (shows how to implement a self made history list, which can be completely controlled by the author. Was shown on EuroTAAC 2000.) | Tamer Çatalkaya | 5.0 win |
Picture presenter (Shows how to present some pictures within a separate window.) | Tamer Çatalkaya | 5.0 win |
Sorting 2D list (Shows how to sort a 2D List by its first and second value.) | Tamer Çatalkaya | 6.0 win |