Skip to main content
Inspiring
July 24, 2011
Question

A Few Nooby Questions If You Could Please Help Answer :)

  • July 24, 2011
  • 1 reply
  • 306 views

I want to make a basic Iphone app, basically just a few pages nothing to serious..

so i was wondering, is each page a new scene? if so would it just be a event to go to (1, "scene2") ??? or is there another way thats beter? could you give a example of code?

say i wanted to display a portfolia or something like that, all on one page (for exmaple 100 images) but i wanted it on one page which i would scroll doen? how would i do this? ? and again a exmaple of code please.

if i wanted a small animation to start up in the beggining saying all the people that helped me, but wanted a skip button to take you to the main interface, what would be the best way of approaching this?

I am trying to learn actionscript, i know basic AS2 so AS3 confuses me slighty.

All the help possible would be very much appreciated.

This topic has been closed for replies.

1 reply

Inspiring
July 24, 2011

You may find more general and better answers in a more general actionscript forum.

Here are a few things to consider though:

air is actionscript 3 only

You cannot load external swf files on iOS too easily because scripts will not execute on them.

this is a really good site for noobs

http://www.kirupa.com/forum/

I got a lot of my answers just by searching google. I often end up at kirupa.

If you want to program actionscript in conjunction with Flash Professional learn all you can about classes, the document class and how to make your own. Flash Builder is an excellent actionscript editor with its command completion and automatic import statement injection.